From 1c2dff5690d4885ebf31d2112be3d35c5ef6cdec Mon Sep 17 00:00:00 2001 From: Jon Robson Date: Mon, 27 Nov 2023 10:54:14 -0800 Subject: [PATCH] i18n: Update copy * Switch from "has been" to "has" * Reorder limited width options * Change headings * Change options * Change copy of beta feature Bug: T351998 Bug: T351867 Change-Id: I65494a3cc75b661339e48df1bea0e09a365c0657 --- i18n/en.json | 20 +++++++++---------- .../config.json | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/i18n/en.json b/i18n/en.json index 11d181dd9..1a2fb87b2 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -36,13 +36,13 @@ "vector-jumptocontent": "Jump to content", "vector-more-actions": "More", "vector-client-prefs-label": "Theme", - "vector-feature-limited-width-name": "Column width", - "vector-feature-custom-font-size-name": "Type size", + "vector-feature-limited-width-name": "Width", + "vector-feature-custom-font-size-name": "Text", "vector-feature-limited-width-0-label": "Wide", "vector-feature-limited-width-1-label": "Standard", - "vector-feature-custom-font-size-0-label": "Compact", + "vector-feature-custom-font-size-0-label": "Small", "vector-feature-custom-font-size-1-label": "Standard", - "vector-feature-custom-font-size-2-label": "Open", + "vector-feature-custom-font-size-2-label": "Large", "vector-search-loader": "Loading search suggestions", "vector-searchsuggest-containing": "Search for pages containing $1", "vector-intro-page": "Help:Introduction", @@ -71,10 +71,10 @@ "vector-prefs-limited-width": "Enable limited width mode", "vector-prefs-limited-width-help": "Enable limited width mode for improved reading experience.", "empty-language-selector-body": "Page contents not supported in other languages.", - "vector-toc-unpinned-popup": "The table of contents has been moved here.", - "vector-page-tools-unpinned-popup": "The tools menu has been moved here.", - "vector-main-menu-unpinned-popup": "The main menu has been moved here.", - "vector-client-prefs-unpinned-popup": "The appearance menu has been moved here.", + "vector-toc-unpinned-popup": "The table of contents has moved here.", + "vector-page-tools-unpinned-popup": "The tools menu has moved here.", + "vector-main-menu-unpinned-popup": "The main menu has moved here.", + "vector-client-prefs-unpinned-popup": "The appearance menu has moved here.", "vector-readability-survey-title": "Wikimedia reading tool", "vector-readability-survey-description": "How does the text on Wikipedia look best for you? Use the sliders below to adjust the appearance. Learn more about the [[mw:Special:MyLanguage/Reading/Web/Accessibility for reading|Accessibility for reading project]].", "vector-readability-survey-fontSize": "Font size", @@ -84,6 +84,6 @@ "vector-readability-survey-randomize": "randomize", "vector-readability-survey-reset": "reset", "vector-readability-survey-share": "continue", - "vector-2022-beta-preview-label": "Vector 2022 beta", - "vector-2022-beta-preview-description": "Get early previews of new Vector 2022 features." + "vector-2022-beta-preview-label": "Accessibility for Reading (Vector 2022)", + "vector-2022-beta-preview-description": "Get early access to the new reading accessibility features, such as typography improvements and night mode." } diff --git a/resources/skins.vector.clientPreferences/config.json b/resources/skins.vector.clientPreferences/config.json index 86442ec7c..e1f2b2dc0 100644 --- a/resources/skins.vector.clientPreferences/config.json +++ b/resources/skins.vector.clientPreferences/config.json @@ -4,7 +4,7 @@ "preferenceKey": "vector-font-size" }, "vector-feature-limited-width": { - "options": [ "0", "1" ], + "options": [ "1", "0" ], "preferenceKey": "vector-limited-width" } }