From: Siebrand Mazeland Date: Mon, 9 Nov 2009 16:43:10 +0000 (+0000) Subject: Fix typo X-Git-Tag: 1.31.0-rc.0~38864 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=eb59734bf18b7d52dce30aea0e82dd55eb46f78f;p=lhc%2Fweb%2Fwiklou.git Fix typo --- diff --git a/js2/mwEmbed/libEmbedVideo/embedVideo.js b/js2/mwEmbed/libEmbedVideo/embedVideo.js index e649a4d2ff..8bdefe3b7f 100644 --- a/js2/mwEmbed/libEmbedVideo/embedVideo.js +++ b/js2/mwEmbed/libEmbedVideo/embedVideo.js @@ -13,7 +13,7 @@ loadGM({ "mwe-pause_clip" : "Pause clip", "mwe-volume_control" : "Volume control", "mwe-player_options" : "Player options", - "mwe-closed_captions" : "Close captions", + "mwe-closed_captions" : "Closed captions", "mwe-player_fullscreen" : "Fullscreen", "mwe-next_clip_msg" : "Play next clip", "mwe-prev_clip_msg" : "Play previous clip", diff --git a/js2/mwEmbed/php/languages/mwEmbed.i18n.php b/js2/mwEmbed/php/languages/mwEmbed.i18n.php index 0a4bd35722..bfd0acf6d5 100644 --- a/js2/mwEmbed/php/languages/mwEmbed.i18n.php +++ b/js2/mwEmbed/php/languages/mwEmbed.i18n.php @@ -337,7 +337,7 @@ $messages['en'] = array( 'mwe-pause_clip' => 'Pause clip', 'mwe-volume_control' => 'Volume control', 'mwe-player_options' => 'Player options', - 'mwe-closed_captions' => 'Close captions', + 'mwe-closed_captions' => 'Closed captions', 'mwe-player_fullscreen' => 'Fullscreen', 'mwe-next_clip_msg' => 'Play next clip', 'mwe-prev_clip_msg' => 'Play previous clip',