From 9400408e0a6bc9aaaca3bfd7ae0882a7dbf93bdb Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Wed, 28 Oct 2009 21:53:51 +0000 Subject: [PATCH] php mergeJavascriptMsg.php -j --- js2/mwEmbed/php/languages/mwEmbed.i18n.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/js2/mwEmbed/php/languages/mwEmbed.i18n.php b/js2/mwEmbed/php/languages/mwEmbed.i18n.php index c8f2b29541..1170b28684 100644 --- a/js2/mwEmbed/php/languages/mwEmbed.i18n.php +++ b/js2/mwEmbed/php/languages/mwEmbed.i18n.php @@ -321,11 +321,11 @@ $messages['en'] = array( 'mwe-next_clip_msg' => 'Play next clip', 'mwe-prev_clip_msg' => 'Play previous clip', 'mwe-current_clip_msg' => 'Continue playing this clip', - 'mwe-seek_to' => 'Seek to $1', + 'mwe-seek_to' => 'Seek $1', 'mwe-paused' => 'paused', 'mwe-download_segment' => 'Download selection:', 'mwe-download_full' => 'Download full video file:', - 'mwe-download_right_click' => 'To download, right click and select Save target as...', + 'mwe-download_right_click' => 'To download, right click and select Save link as...', 'mwe-download_clip' => 'Download video', 'mwe-download_text' => 'Download text (CMML xml):', 'mwe-download' => 'Download', @@ -355,7 +355,7 @@ $messages['en'] = array( 'mwe-embed_site_or_blog' => 'Embed on your site or blog', 'mwe-related_videos' => 'Related videos', 'mwe-seeking' => 'seeking', - "mwe-copy-code" => "Copy code", + 'mwe-copy-code' => 'Copy code', ); /** Message documentation (Message documentation) -- 2.20.1