Index: trunk/extensions/TimedMediaHandler/EmbedPlayer/mw.EmbedPlayer.js |
— | — | @@ -54,7 +54,7 @@ |
55 | 55 | "mwe-embedplayer-ogg-player-selected" : "(selected)", |
56 | 56 | "mwe-embedplayer-ogg-player-omtkplayer" : "OMTK Flash Vorbis", |
57 | 57 | "mwe-embedplayer-generic_missing_plugin" : "You browser does not appear to support the following playback type: <b>$1<\/b><br \/>Visit the <a href=\"http:\/\/commons.wikimedia.org\/wiki\/Commons:Media_help\">Playback methods<\/a> page to download a player.<br \/>", |
58 | | - "mwe-embedplayer-missing-source" : "No source video was found, check that your embed code includes a source or API key", |
| 58 | + "mwe-embedplayer-missing-source" : "No source video was found. Check that your embed code includes a source or API key", |
59 | 59 | "mwe-embedplayer-for_best_experience" : "For a better video playback experience we recommend the <b><a href=\"http:\/\/www.mozilla.com\/en-US\/firefox\/upgrade.html?from=mwEmbed\">latest Firefox<\/a>.<\/b>", |
60 | 60 | "mwe-embedplayer-do_not_warn_again" : "Dismiss for now.", |
61 | 61 | "mwe-embedplayer-playerSelect" : "Players", |
Index: trunk/extensions/TimedMediaHandler/EmbedPlayer/EmbedPlayer.i18n.php |
— | — | @@ -66,7 +66,7 @@ |
67 | 67 | 'mwe-embedplayer-video-flv' => 'Flash video', |
68 | 68 | 'mwe-embedplayer-video-ogg' => 'Ogg video', |
69 | 69 | 'mwe-embedplayer-video-audio' => 'Ogg audio', |
70 | | - 'mwe-embedplayer-missing-source' => 'No source video was found, check that your embed code includes a source or API key', |
| 70 | + 'mwe-embedplayer-missing-source' => 'No source video was found. Check that your embed code includes a source or API key', |
71 | 71 | ); |
72 | 72 | |
73 | 73 | $messages['af'] = array( |