diff --git a/js/messages.php b/js/messages.php
index bf3d11e020..de9b941c6c 100644
--- a/js/messages.php
+++ b/js/messages.php
@@ -347,10 +347,10 @@ $js_messages['strAlertNonUnique'] = __('This table does not contain a unique col
// this approach does not work when the parameter is changed via user prefs
switch ($GLOBALS['cfg']['GridEditing']) {
case 'double-click':
- $js_messages['strGridEditFeatureHint'] = __('You can also edit most fields
by double-clicking directly on their content.');
+ $js_messages['strGridEditFeatureHint'] = __('You can also edit most values
by double-clicking directly on them.');
break;
case 'click':
- $js_messages['strGridEditFeatureHint'] = __('You can also edit most fields
by clicking directly on their content.');
+ $js_messages['strGridEditFeatureHint'] = __('You can also edit most values
by clicking directly on them.');
break;
default:
break;