Index: trunk/phase3/maintenance/language/checkLanguage.php |
— | — | @@ -11,7 +11,7 @@ |
12 | 12 | |
13 | 13 | # Show help |
14 | 14 | if ( isset( $options['help'] ) ) { |
15 | | - echo <<<END |
| 15 | + echo <<<ENDS |
16 | 16 | Run this script to check a specific language file, or all of them. |
17 | 17 | Parameters: |
18 | 18 | * lang: Language code (default: the installation default language). You can also specify "all" to check all the languages. |
— | — | @@ -38,7 +38,7 @@ |
39 | 39 | * 2: Show only the headers and the message keys, without the message values. |
40 | 40 | * 3: Show both the headers and the complete messages, with both keys and values. |
41 | 41 | |
42 | | -END; |
| 42 | +ENDS; |
43 | 43 | exit(); |
44 | 44 | } |
45 | 45 | |