Commit 3d97fbbb authored by Côme Chilliet's avatar Côme Chilliet
Browse files

Merge branch '6038-move-the-click-the-edit-button-message-to-the-left' into '1.4-dev'

Resolve "Move the "Click the 'Edit' button" message to the left"

See merge request fusiondirectory/fd!739
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