Siebrand has submitted this change and it was merged. Change subject: Remove period from bootstrap-desc for consistency ......................................................................
Remove period from bootstrap-desc for consistency <https://translatewiki.net/wiki/Thread:Support/About_MediaWiki:Bootstrap-desc/en> Change-Id: I6c55fb448fbc0c9754c428b279910190a8dd4502 --- M Bootstrap.i18n.php 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Siebrand: Verified; Looks good to me, approved diff --git a/Bootstrap.i18n.php b/Bootstrap.i18n.php index ebeb981..5c729e7 100644 --- a/Bootstrap.i18n.php +++ b/Bootstrap.i18n.php @@ -9,7 +9,7 @@ $messages = array(); $messages['en'] = array( - 'bootstrap-desc' => 'Provides the [http://twitter.github.io/bootstrap/ Bootstrap] framework in the wiki.', + 'bootstrap-desc' => 'Provides the [http://twitter.github.io/bootstrap/ Bootstrap] framework in the wiki', ); /** Message documentation (Message documentation) -- To view, visit https://gerrit.wikimedia.org/r/73077 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I6c55fb448fbc0c9754c428b279910190a8dd4502 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Bootstrap Gerrit-Branch: master Gerrit-Owner: Nemo bis <[email protected]> Gerrit-Reviewer: Siebrand <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
