Siebrand has uploaded a new change for review. https://gerrit.wikimedia.org/r/167843
Change subject: Fix grammar ...................................................................... Fix grammar Spotted by Lokal Profil and reported at https://translatewiki.net/wiki/Thread:Support/About_MediaWiki:Maintenance-benchmarkPurge-output-numsquids/sv Change-Id: I3cdc4321d64d43d2fa96d6fecb6d50dfb757ebff --- M i18n/en.json 1 file changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Maintenance refs/changes/43/167843/1 diff --git a/i18n/en.json b/i18n/en.json index 398aa94..4a6f247 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -46,7 +46,7 @@ "maintenance-benchmarkPurge-desc": "Benchmark the Squid purge functions", "maintenance-benchmarkPurge-option-count": "How many URLs to feed to Squid for purging", "maintenance-benchmarkPurge-error-nosquid": "Squid purge benchmark doesn't do much without Squid support on.", - "maintenance-benchmarkPurge-output-numsquids": "There are $1 defined Squid {{PLURAL:$1|server|servers}}:", + "maintenance-benchmarkPurge-output-numsquids": "There {{PLURAL:$1|is|are}} $1 defined Squid {{PLURAL:$1|server|servers}}:", "maintenance-benchmarkPurge-output-trial": "$1 {{PLURAL:$1|title|titles}} in $2ms ($3ms each)", "maintenance-changePassword": "Use this form to change a user's password", "maintenance-changePassword-desc": "Change a user's password", @@ -216,4 +216,4 @@ "maintenance-re-rce": "RecentChanges entries: $1", "maintenance-re-total": "Total entries to change: $1", "maintenance-re-re": "Reassigning edits{{int:ellipsis}} done" -} \ No newline at end of file +} -- To view, visit https://gerrit.wikimedia.org/r/167843 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I3cdc4321d64d43d2fa96d6fecb6d50dfb757ebff Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Maintenance Gerrit-Branch: master Gerrit-Owner: Siebrand <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
