Raimond Spekking has uploaded a new change for review. https://gerrit.wikimedia.org/r/93036
Change subject: Consistency tweak in preparation for adding extension to translatewiki.net ...................................................................... Consistency tweak in preparation for adding extension to translatewiki.net * Remove . from end of description Change-Id: I366d3c3f2cd738db7afda7fcbba5c550ed7e462d --- M CommonsMetadata.i18n.php 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/CommonsMetadata refs/changes/36/93036/1 diff --git a/CommonsMetadata.i18n.php b/CommonsMetadata.i18n.php index 6f5a756..82fcd0e 100644 --- a/CommonsMetadata.i18n.php +++ b/CommonsMetadata.i18n.php @@ -9,7 +9,7 @@ $messages= array(); $messages['en'] = array( - 'commonsmetadata-desc' => 'Extends the "extmetadata" prop of the image info API module to include information stored in image description pages that use the templates commonly used on Wikimedia Commons.', + 'commonsmetadata-desc' => 'Extends the "extmetadata" prop of the image info API module to include information stored in image description pages that use the templates commonly used on Wikimedia Commons', ); /** Message documentation (Message documentation) -- To view, visit https://gerrit.wikimedia.org/r/93036 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I366d3c3f2cd738db7afda7fcbba5c550ed7e462d Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/CommonsMetadata Gerrit-Branch: master Gerrit-Owner: Raimond Spekking <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
