From: Roan Kattouw Date: Mon, 21 Mar 2011 14:56:30 +0000 (+0000) Subject: Add warnings about how the math options must all be different; two of these being... X-Git-Tag: 1.31.0-rc.0~31276 X-Git-Url: http://git.cyclocoop.org/%7B%7B%20url_for%28%27admin_vote_add%27%29%20%7D%7D?a=commitdiff_plain;h=b71d4263a5ae01f9b01bc23460ec7cde72b49e69;p=lhc%2Fweb%2Fwiklou.git Add warnings about how the math options must all be different; two of these being translated the same in Gujarati caused bug 28152 --- diff --git a/languages/messages/MessagesQqq.php b/languages/messages/MessagesQqq.php index 7444d0bec9..97e7ecfaf9 100644 --- a/languages/messages/MessagesQqq.php +++ b/languages/messages/MessagesQqq.php @@ -3033,12 +3033,12 @@ See also {{msg-mw|Anonuser}} and {{msg-mw|Siteusers}}.', 'skinname-modern' => '{{optional}}', # Math options -'mw_math_png' => 'In user preferences.', -'mw_math_simple' => 'In [[Special:Preferences|user preferences]].', -'mw_math_html' => 'In user preferences.', -'mw_math_source' => 'In user preferences (math)', -'mw_math_modern' => 'In user preferences (math)', -'mw_math_mathml' => 'In user preferences.', +'mw_math_png' => 'In user preferences. All mw_math_* messages MUST be different, things will break otherwise!', +'mw_math_simple' => 'In [[Special:Preferences|user preferences]]. All mw_math_* messages MUST be different, things will break otherwise!', +'mw_math_html' => 'In user preferences. All mw_math_* messages MUST be different, things will break otherwise!', +'mw_math_source' => 'In user preferences (math). All mw_math_* messages MUST be different, things will break otherwise!', +'mw_math_modern' => 'In user preferences (math). All mw_math_* messages MUST be different, things will break otherwise!', +'mw_math_mathml' => 'In user preferences. All mw_math_* messages MUST be different, things will break otherwise!', # Math errors 'math_syntax_error' => '{{Identical|Syntax error}}',