diff --git a/js/makegrid.js b/js/makegrid.js
index 70d23dd8e0..c272c6b886 100644
--- a/js/makegrid.js
+++ b/js/makegrid.js
@@ -1500,6 +1500,7 @@ function PMA_makegrid(t, enableResize, enableReorder, enableVisib, enableGridEdi
g.cellEditHint = PMA_messages['strCellEditHint'];
g.saveCellWarning = PMA_messages['strSaveCellWarning'];
g.alertNonUnique = PMA_messages['strAlertNonUnique'];
+ g.gotoLinkText = PMA_messages['strGoToLink'];
// initialize cell editing configuration
g.saveCellsAtOnce = $('#save_cells_at_once').val();
diff --git a/js/messages.php b/js/messages.php
index 30f2b9f53a..27ff4fa36d 100644
--- a/js/messages.php
+++ b/js/messages.php
@@ -263,6 +263,7 @@ $js_messages['strColVisibHint'] = __('Click the drop-down arrow
to toggle c
$js_messages['strShowAllCol'] = __('Show all');
$js_messages['strAlertNonUnique'] = __('This table contains no unique field. Features related to the grid edit, checkbox, Edit, Copy and Delete links may not work after saving.');
$js_messages['strGridEditFeatureHint'] = __('You can also edit most columns
by clicking directly on their content.');
+$js_messages['strGoToLink'] = __('Go to link');
/* password generation */
$js_messages['strGeneratePassword'] = __('Generate password');