Index: trunk/extensions/Call/Call.i18n.php |
— | — | @@ -10,7 +10,7 @@ |
11 | 11 | $messages['en'] = array( |
12 | 12 | 'call' => 'Call', |
13 | 13 | 'call-desc' => 'Create a hyperlink to a template (or to a normal wiki page) with parameter passing. |
14 | | -Can be used at the browser’s command line or within wiki text.', |
| 14 | +Can be used at the browser’s command line or within wiki text', |
15 | 15 | 'call-text' => 'The Call extension expects a wiki page and optional parameters for that page as an argument. |
16 | 16 | |
17 | 17 | Example 1: <tt>[[Special:Call/My Template,parm1=value1]]</tt><br /> |
Index: trunk/extensions/Translate/groups/mediawiki-defines.txt |
— | — | @@ -187,7 +187,7 @@ |
188 | 188 | descmsg = captcha-desc |
189 | 189 | |
190 | 190 | ConfirmEdit Fancy Captcha |
191 | | -desc = Captcha generator for Confirm Edit. |
| 191 | +desc = Captcha generator for Confirm Edit |
192 | 192 | file = ConfirmEdit/FancyCaptcha.i18n.php |
193 | 193 | |
194 | 194 | Contact Page |
Index: trunk/extensions/catfeed/catfeed.i18n.php |
— | — | @@ -6,7 +6,7 @@ |
7 | 7 | |
8 | 8 | $messages['en'] = array( |
9 | 9 | 'catfeed-desc' => 'Uses bits from recentchanges feeds. |
10 | | -Create in-page version, especially useful for Wikinews.', |
| 10 | +Create in-page version, especially useful for Wikinews', |
11 | 11 | ); |
12 | 12 | |
13 | 13 | /** Message documentation (Message documentation) |