diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php index 181b5f7b9b6..7b940e35378 100644 --- a/htdocs/core/class/html.form.class.php +++ b/htdocs/core/class/html.form.class.php @@ -6290,8 +6290,8 @@ class Form // accesskey is for Windows or Linux: ALT + key for chrome, ALT + SHIFT + KEY for firefox // accesskey is for Mac: CTRL + key for all browsers - $previous_ref = $object->ref_previous?'':''; - $next_ref = $object->ref_next?'':''; + $previous_ref = $object->ref_previous?'':''; + $next_ref = $object->ref_next?'':''; } //print "xx".$previous_ref."x".$next_ref; diff --git a/htdocs/langs/en_US/main.lang b/htdocs/langs/en_US/main.lang index 0c43e74d6da..c1027e20466 100644 --- a/htdocs/langs/en_US/main.lang +++ b/htdocs/langs/en_US/main.lang @@ -935,4 +935,5 @@ Quarterly=Quarterly Annual=Annual Local=Local Remote=Remote -LocalAndRemote=Local and Remote \ No newline at end of file +LocalAndRemote=Local and Remote +KeyboardShortcut=Keyboard shortcut \ No newline at end of file