Index: trunk/extensions/PatchOutputMobile/PatchOutputMobile.php |
— | — | @@ -39,7 +39,7 @@ |
40 | 40 | 'onOutputPageBeforeHTML' ); |
41 | 41 | |
42 | 42 | class ExtPatchOutputMobile { |
43 | | - const VERSION = '0.4.0'; |
| 43 | + const VERSION = '0.4.1'; |
44 | 44 | |
45 | 45 | private $doc; |
46 | 46 | |
— | — | @@ -147,7 +147,7 @@ |
148 | 148 | $explainDisable = self::$messages['patch-output-mobile-explain-disable']; |
149 | 149 | $disableButton = self::$messages['patch-output-mobile-disable-button']; |
150 | 150 | $backButton = self::$messages['patch-output-mobile-back-button']; |
151 | | - $title = $are_you_sure; |
| 151 | + $title = $areYouSure; |
152 | 152 | $cssFileName = ( isset( self::$device['css_file_name'] ) ) ? self::$device['css_file_name'] : 'default'; |
153 | 153 | require( 'views/notices/_donate.html.php' ); |
154 | 154 | require( 'views/layout/_search_webkit.html.php' ); |