From 32e95ead09b45971b690150fca71436f5d05c1c4 Mon Sep 17 00:00:00 2001 From: "James D. Forrester" Date: Sat, 31 May 2014 16:01:41 -0700 Subject: [PATCH] Vector: Label the more actions menu "More", not "Actions" MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Vector has a consistent way of showing most actions – as tabs, or, if there are too many or the action is unimportant, shunting them into an additional actions menu. This menu was problematically labelled "Actions" which though correct is misleading as it is merely /some/ actions, alongside the generally-promoted "Read", "Edit" and "View history". The recent change I09c8031c makes the label of this menu much more prominent (as it is no longer hidden), which makes the labelling issue more acute. This menu could have many labels, and this is merely a suggestion. Some alternatives: – "Tools" — However, this conflicts with the page tools shown in the left-hand nav, which although arguably should be moved into this menu is an argument for another day, as it would notably alter the skin for readers who otherwise don't get this menu at all. – "Tasks" — This feels more like a term that would be used for an individual, or perhaps for the article itself, to denote a worklist – a list of outstanding issues to be ticked off ("Orphaned article"; "Needs wikifying"; "Copyedit"; etc.) rather than a set of task actions you can do as atomic steps to the page. – "More actions" — This is rather wordy and ideally should be unnecessary in the minds of editors who should (through the consistent use of simple verbs as action labels) already recognise each of the tab links along the top-right of the navigation to be page- specific actions. Bug: 44591 Change-Id: I8697beab5695198c0acddcf9ad8eeca189660c94 --- languages/i18n/en.json | 1 + languages/i18n/qqq.json | 1 + skins/Vector.php | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/languages/i18n/en.json b/languages/i18n/en.json index 87c76032e0..5a79ee7c6d 100644 --- a/languages/i18n/en.json +++ b/languages/i18n/en.json @@ -162,6 +162,7 @@ "vector-view-view": "Read", "vector-view-viewsource": "View source", "actions": "Actions", + "vector-more-actions": "More", "namespaces": "Namespaces", "variants": "Variants", "navigation-heading": "Navigation menu", diff --git a/languages/i18n/qqq.json b/languages/i18n/qqq.json index a95d33a690..2f222504fa 100644 --- a/languages/i18n/qqq.json +++ b/languages/i18n/qqq.json @@ -324,6 +324,7 @@ "vector-view-view": "Tab label in the Vector skin (verb). See for example {{canonicalurl:Main_Page|useskin=vector}}.\n{{Identical|Read}}", "vector-view-viewsource": "Tab label in the Vector skin.\n{{Identical|View source}}", "actions": "{{Identical|Action}}", + "vector-more-actions": "Label in the Vector skin's menu for the less-important or rarer actions which are not shown as tabs (like moving the page, or for sysops deleting or protecting the page), as well as (for users with a narrow viewing window in their browser) the less-important tab actions which the user's browser is unable to fit in. {{Identical|More}}", "namespaces": "{{Identical|Namespace}}", "variants": "Used by the Vector skin.", "navigation-heading": "Heading shown above the navigation menu (sidebar) for screen-readers (or in non-standard skins).", diff --git a/skins/Vector.php b/skins/Vector.php index db731af16c..9544d551e4 100644 --- a/skins/Vector.php +++ b/skins/Vector.php @@ -564,7 +564,7 @@ class VectorTemplate extends BaseTemplate { echo ' emptyPortlet'; } ?>" aria-labelledby="p-cactions-label"> -

msg( 'actions' ) ?>

+

msg( 'vector-more-actions' ) ?>