diff --git a/Documentation.html b/Documentation.html
index 58e1f92ab..fc374d0fe 100644
--- a/Documentation.html
+++ b/Documentation.html
@@ -1884,7 +1884,8 @@ $cfg['TrustedProxies'] =
$cfg['ModifyDeleteAtLeft'] boolean
$cfg['ModifyDeleteAtRight'] boolean
- Defines the place where modify and delete links would be put when
+ Defines the place where table row links (Edit, Inline edit, Copy,
+ Delete) would be put when
tables contents are displayed (you may have them displayed both at the
left and at the right).
"Left" and "right" are parsed as "top"
diff --git a/libraries/config/messages.inc.php b/libraries/config/messages.inc.php
index b2363c16a..9ebbfea8f 100644
--- a/libraries/config/messages.inc.php
+++ b/libraries/config/messages.inc.php
@@ -311,8 +311,9 @@ $strConfigMcryptDisableWarning_desc = __('Disable the default warning that is di
$strConfigMcryptDisableWarning_name = __('mcrypt warning');
$strConfigMemoryLimit_desc = __('The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] ([kbd]0[/kbd] for no limit)');
$strConfigMemoryLimit_name = __('Memory limit');
-$strConfigModifyDeleteAtLeft_name = __('Show left delete link');
-$strConfigModifyDeleteAtRight_name = __('Show right delete link');
+$strConfigModifyDeleteAtLeft_desc = __('These are Edit, Inline edit, Copy and Delete links');
+$strConfigModifyDeleteAtLeft_name = __('Show table row links on left side');
+$strConfigModifyDeleteAtRight_name = __('Show table row links on right side');
$strConfigNaturalOrder_desc = __('Use natural order for sorting table and database names');
$strConfigNaturalOrder_name = __('Natural order');
$strConfigNavigationBarIconic_desc = __('Use only icons, only text or both');