Index: trunk/extensions/Math/Math.php |
— | — | @@ -23,7 +23,7 @@ |
24 | 24 | 'name' => 'Math', |
25 | 25 | 'version' => '1.0', |
26 | 26 | 'author' => array( 'Tomasz Wegrzanowski', 'Brion Vibber', '...' ), |
27 | | - 'description' => 'Render mathematical formulas between <code><math></code> ... <code></math></code> tags', |
| 27 | + 'descriptionmsg' => 'math-desc', |
28 | 28 | 'url' => 'https://www.mediawiki.org/wiki/Extension:Math', |
29 | 29 | ); |
30 | 30 | |
Index: trunk/extensions/Math/Math.i18n.php |
— | — | @@ -10,6 +10,7 @@ |
11 | 11 | |
12 | 12 | /** English */ |
13 | 13 | $messages['en'] = array( |
| 14 | + 'math-desc' => 'Render mathematical formulas between <code><math></code> ... <code></math></code> tags', |
14 | 15 | // Edit toolbar stuff shown on ?action=edit (example text & tooltip) |
15 | 16 | 'math_sample' => 'Insert formula here', |
16 | 17 | 'math_tip' => 'Mathematical formula (LaTeX)', |
— | — | @@ -39,6 +40,7 @@ |
40 | 41 | * @author Siebrand |
41 | 42 | */ |
42 | 43 | $messages['qqq'] = array( |
| 44 | + 'math-desc' => '{{desc}}', |
43 | 45 | 'math_sample' => 'The sample formula text that you get when you press the fourth button from the right on the edit toolbar.', |
44 | 46 | 'math_tip' => 'This is the text that appears when you hover the mouse over the fourth button from the right on the edit toolbar.', |
45 | 47 | 'prefs-math' => 'Used in user preferences.', |