Index: branches/js2-work/phase3/js/mwEmbed/includes/languages/mwEmbed.i18n.php |
— | — | @@ -92,7 +92,7 @@ |
93 | 93 | 'mwe-upload-text-desc-help' => 'The upload text file interface accepts .srt files', |
94 | 94 | 'mwe-upload-text-desc-help-browse' => 'Browse your local computer for the srt file you want to upload', |
95 | 95 | 'mwe-upload-text-desc-help-select' => 'Select the language of the file', |
96 | | - 'mwe-upload-text-desc-help-review' => 'Review the preview and press upload to add the text', |
| 96 | + 'mwe-upload-text-desc-help-review' => 'Review / edit the text content and then press upload to add the text', |
97 | 97 | 'mwe-upload-text-preview' => 'Review text', |
98 | 98 | 'mwe-upload-text-success' => 'Upload of timed text was successful', |
99 | 99 | 'mwe-upload-text-done' => 'Upload done', |
Index: branches/js2-work/phase3/js/mwEmbed/modules/TimedText/mw.TimedTextEdit.js |
— | — | @@ -17,7 +17,7 @@ |
18 | 18 | "mwe-upload-text-desc-help": "The upload text file interface accepts .srt files", |
19 | 19 | "mwe-upload-text-desc-help-browse": "Browse your local computer for the srt file you want to upload", |
20 | 20 | "mwe-upload-text-desc-help-select" : "Select the language of the file", |
21 | | - "mwe-upload-text-desc-help-review" : "Review the preview and press upload to add the text", |
| 21 | + "mwe-upload-text-desc-help-review" : "Review / edit the text content and then press upload to add the text", |
22 | 22 | "mwe-upload-text-preview" : "Review text", |
23 | 23 | |
24 | 24 | "mwe-upload-text-success" : "Upload of timed text was successful", |