From 7bf8c3e7d6f0c96e050b7d6ce4aa63f4c4831c0e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?C=C3=B4me=20Chilliet?= <come.chilliet@fusiondirectory.org>
Date: Wed, 12 Feb 2020 17:14:35 +0100
Subject: [PATCH] :ambulance: fix(core) Change message

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

issue #6038
---
 include/class_msgPool.inc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/class_msgPool.inc b/include/class_msgPool.inc
index dfbc1f44f..5cd99f74a 100644
--- a/include/class_msgPool.inc
+++ b/include/class_msgPool.inc
@@ -631,11 +631,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()
   {
-    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');
   }
 
   /*!
-- 
GitLab