Shirayuki has uploaded a new change for review. https://gerrit.wikimedia.org/r/104321
Change subject: i18n: replace "article" by "page" ...................................................................... i18n: replace "article" by "page" Spotted by Siebrand http://translatewiki.net/wiki/Thread:Support/About_MediaWiki:Mobile-frontend-mainpage-cta-button/en http://translatewiki.net/wiki/Thread:Support/About_MediaWiki:Mobile-frontend-mainpage-cta-prompt/en Change-Id: Ie4de56e931879e8230593ddb07287315dbdc9f90 --- M MobileFrontend.i18n.php 1 file changed, 3 insertions(+), 3 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/MobileFrontend refs/changes/21/104321/1 diff --git a/MobileFrontend.i18n.php b/MobileFrontend.i18n.php index 0002827..f5b7be0 100644 --- a/MobileFrontend.i18n.php +++ b/MobileFrontend.i18n.php @@ -252,7 +252,7 @@ 'mobile-frontend-changeslist-ip' => 'Anonymous user', 'mobile-frontend-changeslist-nocomment' => 'no edit summary', 'mobile-frontend-watchlist-filter-all' => 'All', - 'mobile-frontend-watchlist-filter-articles' => 'Articles', + 'mobile-frontend-watchlist-filter-articles' => 'Pages', 'mobile-frontend-watchlist-filter-talk' => 'Talk', 'mobile-frontend-watchlist-filter-other' => 'Other', 'mobile-frontend-watchlist-modified' => 'Modified $1', @@ -406,8 +406,8 @@ 'beta-feature-geonotahack-description' => 'Discover pages which are geographically nearby to the content page you are currently reading.', // Main Page - 'mobile-frontend-mainpage-cta-prompt' => 'This article needs your help!', - 'mobile-frontend-mainpage-cta-button' => 'Improve this article', + 'mobile-frontend-mainpage-cta-prompt' => 'This page needs your help!', + 'mobile-frontend-mainpage-cta-button' => 'Improve this page', ); /** Message documentation (Message documentation) -- To view, visit https://gerrit.wikimedia.org/r/104321 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ie4de56e931879e8230593ddb07287315dbdc9f90 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/MobileFrontend Gerrit-Branch: master Gerrit-Owner: Shirayuki <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
