Index: trunk/extensions/Translate/groups/MediaWikiExtensions.php |
— | — | @@ -152,7 +152,7 @@ |
153 | 153 | } |
154 | 154 | |
155 | 155 | class AllMediawikiExtensionsGroup extends ExtensionMessageGroup { |
156 | | - protected $label = 'All extensions'; |
| 156 | + protected $label = 'MediaWiki extensions'; |
157 | 157 | protected $id = 'ext-0-all'; |
158 | 158 | protected $meta = true; |
159 | 159 | |
— | — | @@ -215,7 +215,7 @@ |
216 | 216 | } |
217 | 217 | |
218 | 218 | class AllWikiaExtensionsGroup extends AllMediawikiExtensionsGroup { |
219 | | - protected $label = 'Extensions used by Wikia'; // currently using 1.12.0 |
| 219 | + protected $label = 'MediaWiki extensions used by Wikia'; // currently using 1.12.0 |
220 | 220 | protected $id = 'ext-0-wikia'; |
221 | 221 | protected $meta = true; |
222 | 222 | |
— | — | @@ -241,7 +241,7 @@ |
242 | 242 | } |
243 | 243 | |
244 | 244 | class AllWikihowExtensionsGroup extends AllMediawikiExtensionsGroup { |
245 | | - protected $label = 'Extensions used by Wikihow'; // currently using 1.9.3 |
| 245 | + protected $label = 'MediaWiki extensions used by Wikihow'; // currently using 1.9.3 |
246 | 246 | protected $id = 'ext-0-wikihow'; |
247 | 247 | protected $meta = true; |
248 | 248 | |
— | — | @@ -267,7 +267,7 @@ |
268 | 268 | } |
269 | 269 | |
270 | 270 | class AllWikimediaExtensionsGroup extends AllMediawikiExtensionsGroup { |
271 | | - protected $label = 'Extensions used by Wikimedia'; |
| 271 | + protected $label = 'MediaWiki extensions used by Wikimedia'; |
272 | 272 | protected $id = 'ext-0-wikimedia'; |
273 | 273 | protected $meta = true; |
274 | 274 | |
— | — | @@ -351,7 +351,7 @@ |
352 | 352 | } |
353 | 353 | |
354 | 354 | class AllWikitravelExtensionsGroup extends AllMediawikiExtensionsGroup { |
355 | | - protected $label = 'Extensions used by Wikitravel'; // currently using 1.11.2 |
| 355 | + protected $label = 'MediaWiki extensions used by Wikitravel'; // currently using 1.11.2 |
356 | 356 | protected $id = 'ext-0-wikitravel'; |
357 | 357 | protected $meta = true; |
358 | 358 | |
Index: trunk/extensions/Translate/Translate.php |
— | — | @@ -11,7 +11,7 @@ |
12 | 12 | * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License 2.0 or later |
13 | 13 | */ |
14 | 14 | |
15 | | -define( 'TRANSLATE_VERSION', '9 (2008-07-13:2)' ); |
| 15 | +define( 'TRANSLATE_VERSION', '9 (2008-07-14:1)' ); |
16 | 16 | |
17 | 17 | $wgExtensionCredits['specialpage'][] = array( |
18 | 18 | 'name' => 'Translate', |