diff options
Diffstat (limited to 'inc/html.php')
-rw-r--r-- | inc/html.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/html.php b/inc/html.php index b2d001dc2..b942fc145 100644 --- a/inc/html.php +++ b/inc/html.php @@ -655,7 +655,7 @@ function html_recent($first=0){ 'name' => 'first['.$first.']', 'value' => $lang['btn_newer'], 'accesskey' => 'n', - 'title' => '[ALT+N]', + 'title' => $lang['btn_newer'].' [N]', 'class' => 'button' ))); $form->addElement(form_makeCloseTag('div')); @@ -667,7 +667,7 @@ function html_recent($first=0){ 'name' => 'first['.$last.']', 'value' => $lang['btn_older'], 'accesskey' => 'p', - 'title' => '[ALT+P]', + 'title' => $lang['btn_older'].' [P]', 'class' => 'button' ))); $form->addElement(form_makeCloseTag('div')); |