jenkins-bot has submitted this change and it was merged. Change subject: In 'uctop', replace 'top' with 'current' [revision] ......................................................................
In 'uctop', replace 'top' with 'current' [revision] We can continue calling the "top revision" such in English, but no need to confuse everyone looking at Special:Contributions. The closest "translation" to human English would be "last", however that can be confused with "last by you" etc. Most translations are already "current" or "last revision/for the page". https://translatewiki.net/w/i.php?title=Special%3ATranslations&message=Uctop&namespace=8 Also changed on en.wiki, 24 February 2013, by WilliamH: «"top" is vague and its meaning must be inferred». <https://en.wikipedia.org/w/index.php?title=MediaWiki:Uctop&oldid=540122804> Kudos to the first sysop caring 9 years after complaints on talk. Change-Id: I75d28d344d2e4e468295b0d6bbb0dcf19b459427 --- M languages/messages/MessagesEn.php 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Brian Wolff: Looks good to me, approved jenkins-bot: Verified diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 9765f64..94bb8b7 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -3191,7 +3191,7 @@ 'mycontris' => 'Contributions', 'contribsub2' => 'For $1 ($2)', 'nocontribs' => 'No changes were found matching these criteria.', -'uctop' => '(top)', +'uctop' => '(current)', 'month' => 'From month (and earlier):', 'year' => 'From year (and earlier):', -- To view, visit https://gerrit.wikimedia.org/r/58049 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I75d28d344d2e4e468295b0d6bbb0dcf19b459427 Gerrit-PatchSet: 5 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: Nemo bis <[email protected]> Gerrit-Reviewer: Alex Monk <[email protected]> Gerrit-Reviewer: Brian Wolff <[email protected]> Gerrit-Reviewer: Matmarex <[email protected]> Gerrit-Reviewer: Nemo bis <[email protected]> Gerrit-Reviewer: Nikerabbit <[email protected]> Gerrit-Reviewer: Raimond Spekking <[email protected]> Gerrit-Reviewer: Siebrand <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
