Unverified Commit 46a666dd authored by Côme Chilliet's avatar Côme Chilliet
Browse files

:ambulance: fix(core) Change message and font size

For the message explaining how to edit the fields on a click-to-edit screen.

issue #6038
Showing with 3 additions and 3 deletions
+3 -3
...@@ -63,5 +63,5 @@ ...@@ -63,5 +63,5 @@
@title-font-size: 13px; @title-font-size: 13px;
@big-title-font-size: 14px; @big-title-font-size: 14px;
@header-title-font-size: 18px; @header-title-font-size: 18px;
@pluginfo-font-size: 11px; @pluginfo-font-size: 12px;
@titlebar-font-size: 24px; @titlebar-font-size: 24px;
...@@ -452,11 +452,11 @@ class msgPool ...@@ -452,11 +452,11 @@ class msgPool
} }
/*! /*!
* \brief Display : Click the 'Edit' button below to change information in this dialog * \brief Display : Click the "Edit" button below to change information in this dialog
*/ */
public static function clickEditToChange () public static function clickEditToChange ()
{ {
return _("Click the 'Edit' button below to change information in this dialog"); return _('Click the "Edit" button on the bottom right corner of the page to edit the fields');
} }
/*! /*!
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment