r38101 - Code Review

From MediaWiki.org

Jump to: navigation, search
Repository:MediaWiki
Revision:r38100 | r38101 (on ViewVC) | r38102 >
Date:17:45, 27 July 2008
Author:jhsoby
Status:ok
Tags:
Comment:Added {{PLURAL:}} to smw_subpropertyarticlecount (SemanticMediaWiki)
Modified paths:

Diff [purge]

Index: trunk/extensions/SemanticMediaWiki/languages/SMW_Messages.php
===================================================================
--- trunk/extensions/SemanticMediaWiki/languages/SMW_Messages.php	(revision 38100)
+++ trunk/extensions/SemanticMediaWiki/languages/SMW_Messages.php	(revision 38101)
@@ -111,7 +111,7 @@
 	'smw_attribute_header'        => 'Pages using the property "$1"',
 	'smw_attributearticlecount'   => 'Showing $1 pages using this property.',
 	'smw_subproperty_header'      => 'Subproperties',
-	'smw_subpropertyarticlecount' => 'This property has the following $1 subproperties.',
+	'smw_subpropertyarticlecount' => 'This property has the following {{PLURAL:$1|subproperty|$1 subproperties}}.',
 
 	// Messages used in RSS feeds
 	'smw_rss_description' => '$1 RSS feed',

Follow-up revisions

RevisionCommit summaryAuthorDate
r38102Revert r38101, per Nikejhsoby18:07, 27 July 2008
Views
Toolbox