Raimond Spekking has submitted this change and it was merged. 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(-) Approvals: Raimond Spekking: Verified; Looks good to me, approved jenkins-bot: Checked 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: merged Gerrit-Change-Id: I366d3c3f2cd738db7afda7fcbba5c550ed7e462d Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/CommonsMetadata Gerrit-Branch: master Gerrit-Owner: Raimond Spekking <[email protected]> Gerrit-Reviewer: Raimond Spekking <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
