r85737 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r85736‎ | r85737 | r85738 >
Date:20:16, 9 April 2011
Author:foxtrott
Status:deferred
Tags:
Comment:
followup r85719: renamed some message identifiers
Modified paths:
  • /trunk/extensions/SemanticGlossary/SemanticGlossary.i18n.php (modified) (history)
  • /trunk/extensions/SemanticGlossary/SemanticGlossary.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticGlossary/SemanticGlossary.i18n.php
@@ -29,8 +29,8 @@
3030 'semanticglossary-brokensession' => 'Action not allowed. Broken session data.',
3131 'semanticglossary-norights' => 'Action not allowed. Insufficient rights.',
3232
33 - '___glt' => 'Glossary-Term',
34 - '___gld' => 'Glossary-Definition',
 33+ 'semanticglossary-prop-glt' => 'Glossary-Term',
 34+ 'semanticglossary-prop-gld' => 'Glossary-Definition',
3535
3636 );
3737
@@ -57,6 +57,6 @@
5858
5959 'semanticglossary-messageheader' => 'Meldungen:',
6060
61 - '___glt' => 'Glossar-Term',
62 - '___gld' => 'Glossar-Definition',
 61+ 'semanticglossary-prop-glt' => 'Glossar-Term',
 62+ 'semanticglossary-prop-gld' => 'Glossar-Definition',
6363 );
Index: trunk/extensions/SemanticGlossary/SemanticGlossary.php
@@ -118,7 +118,7 @@
119119 }
120120
121121 function SemanticGlossaryRegisterPropertyAliases () {
122 - SMWPropertyValue::registerPropertyAlias( '___glt', wfMsg( '___glt' ) );
123 - SMWPropertyValue::registerPropertyAlias( '___gld', wfMsg( '___gld' ) );
 122+ SMWPropertyValue::registerPropertyAlias( '___glt', wfMsg( 'semanticglossary-prop-glt' ) );
 123+ SMWPropertyValue::registerPropertyAlias( '___gld', wfMsg( 'semanticglossary-prop-gld' ) );
124124 return true;
125125 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r85719extension creationfoxtrott13:26, 9 April 2011

Status & tagging log