Index: trunk/extensions/Lingo/Lingo.i18n.php |
— | — | @@ -11,8 +11,8 @@ |
12 | 12 | $messages['en'] = array( |
13 | 13 | 'lingo-desc' => 'Provides hover-over tool tips on pages from words defined on the [[$1]] page', |
14 | 14 | 'lingo-terminologypagename' => 'Terminology', |
15 | | - 'lingo-noterminologypage' => "Page '$1' does not exist.", |
16 | | - 'lingo-terminologypagenotlocal' => "Page '$1' is not a local page.", |
| 15 | + 'lingo-noterminologypage' => 'Page "$1" does not exist.', |
| 16 | + 'lingo-terminologypagenotlocal' => 'Page "$1" is not a local page.', |
17 | 17 | ); |
18 | 18 | |
19 | 19 | /** Message documentation (Message documentation) */ |