* (bugs 5051, 5376) All tooltips and accesskeys moved out of Monobook.js and into...
[lhc/web/wiklou.git] / includes / PageHistory.php
index d7f426f..0f39a99 100644 (file)
@@ -160,7 +160,7 @@ class PageHistory {
                                        'class'     => 'historysubmit',
                                        'type'      => 'submit',
                                        'accesskey' => wfMsg( 'accesskey-compareselectedversions' ),
-                                       'title'     => wfMsg( 'tooltip-compareselectedversions' ),
+                                       'title'     => wfMsg( 'tooltip-compareselectedversions' ).' ['.wfMsg( 'accesskey-compareselectedversions' ).']',
                                        'value'     => wfMsg( 'compareselectedversions' ),
                                ) ) )
                        : '';