Index: trunk/extensions/Translate/groups/mediawiki-defines.txt |
— | — | @@ -320,7 +320,7 @@ |
321 | 321 | Create Redirect |
322 | 322 | aliasfile = CreateRedirect/CreateRedirect.alias.php |
323 | 323 | |
324 | | -Creative Core Rdf |
| 324 | +Creative Commons Rdf |
325 | 325 | |
326 | 326 | Cross Namespace Links |
327 | 327 | aliasfile = CrossNamespaceLinks/CrossNamespaceLinks.alias.php |
Index: trunk/extensions/CreativeCommonsRdf/CreativeCommonsRdf.php |
— | — | @@ -5,7 +5,7 @@ |
6 | 6 | 'name' => 'CreativeCoreRdf', |
7 | 7 | 'url' => 'http://www.mediawiki.org/wiki/Extension:CreativeCoreRdf', |
8 | 8 | 'author' => 'Evan Prodromou', |
9 | | - 'descriptionmsg' => 'creativecorerdf-desc', |
| 9 | + 'descriptionmsg' => 'creativecommonsrdf-desc', |
10 | 10 | ); |
11 | 11 | |
12 | 12 | $wgHooks['MediaWikiPerformAction'][] = 'efCreativeCommonsRdfPreformAction'; |
Index: trunk/extensions/CreativeCommonsRdf/CreativeCommonsRdf.i18n.php |
— | — | @@ -1,6 +1,6 @@ |
2 | 2 | <?php |
3 | 3 | /** |
4 | | - * Internationalisation file for DublinCoreRdf extension. |
| 4 | + * Internationalisation file for CreativeCommonsRdf extension. |
5 | 5 | * |
6 | 6 | * @file |
7 | 7 | * @ingroup Extensions |
— | — | @@ -13,6 +13,6 @@ |
14 | 14 | * @author Evan Prodromou |
15 | 15 | */ |
16 | 16 | $messages['en'] = array( |
17 | | - 'creativecorerdf-desc' => 'CreativeCommons RDF-metadata', |
| 17 | + 'creativecommonsrdf-desc' => 'CreativeCommons RDF-metadata', |
18 | 18 | ); |
19 | 19 | |