TTO has uploaded a new change for review. https://gerrit.wikimedia.org/r/86364
Change subject: Fix wording of action-import/action-importupload messages ...................................................................... Fix wording of action-import/action-importupload messages Bug: 54420 Change-Id: Ib85b8ca05bb6721ba2742859567c246750838244 --- M languages/messages/MessagesEn.php 1 file changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core refs/changes/64/86364/1 diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 75b2de9..1d48c8c 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -2171,8 +2171,8 @@ 'action-block' => 'block this user from editing', 'action-protect' => 'change protection levels for this page', 'action-rollback' => 'quickly rollback the edits of the last user who edited a particular page', -'action-import' => 'import this page from another wiki', -'action-importupload' => 'import this page from a file upload', +'action-import' => 'import pages from another wiki', +'action-importupload' => 'import pages from a file upload', 'action-patrol' => "mark others' edit as patrolled", 'action-autopatrol' => 'have your edit marked as patrolled', 'action-unwatchedpages' => 'view the list of unwatched pages', -- To view, visit https://gerrit.wikimedia.org/r/86364 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ib85b8ca05bb6721ba2742859567c246750838244 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: TTO <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
