Index: trunk/extensions/Translate/Translate.i18n.php |
— | — | @@ -113,7 +113,7 @@ |
114 | 114 | |
115 | 115 | 'translate-magic-notsaved' => 'Your edit was not saved!', |
116 | 116 | 'translate-magic-errors' => 'Please fix following {{PLURAL:$1|error|errors}} in translations:', |
117 | | - 'translate-magic-saved' => 'Your changes were saved succesfully.', |
| 117 | + 'translate-magic-saved' => 'Your changes were saved successfully.', |
118 | 118 | |
119 | 119 | 'translationchanges' => 'Translation changes', |
120 | 120 | 'translationchanges-export' => 'export', |
— | — | @@ -295,7 +295,7 @@ |
296 | 296 | Method <tt>$1</tt> is not supported.', |
297 | 297 | 'translate-import-err-dl-failed' => 'Unable to fetch the file: |
298 | 298 | $1', |
299 | | - 'translate-import-err-ul-failed' => 'File upload was not succesful', |
| 299 | + 'translate-import-err-ul-failed' => 'File upload was not successful', |
300 | 300 | 'translate-import-err-invalid-title' => 'Provided file name <nowiki>$1</nowiki> was invalid.', |
301 | 301 | 'translate-import-err-no-such-file' => 'File <nowiki>$1</nowiki> does not exist or has not been uploaded locally.', |
302 | 302 | |