Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(609)

Unified Diff: ui/accessibility/extensions/strings/accessibility_extensions_strings.grd

Issue 1102033005: Fix i18n for the color enhancer extension (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address feedback Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/accessibility/extensions/colorenhancer/src/popup.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/accessibility/extensions/strings/accessibility_extensions_strings.grd
diff --git a/ui/accessibility/extensions/strings/accessibility_extensions_strings.grd b/ui/accessibility/extensions/strings/accessibility_extensions_strings.grd
index 35df95ea9ffcda49d72187a731ffbb9b12bfec93..33c4f60c9f3284530d59b82b23cde05e567f16c1 100644
--- a/ui/accessibility/extensions/strings/accessibility_extensions_strings.grd
+++ b/ui/accessibility/extensions/strings/accessibility_extensions_strings.grd
@@ -274,7 +274,7 @@
Degree
</message>
<message desc="Title for a dropdown selecting between colors to enhance." name="IDS_COLOR_ENHANCER_TYPE_CHOICE">
- Improve perception for:
+ Step 1: Select the row with the faintest stars:
</message>
<message desc="Choice to enhancing the red color." name="IDS_COLOR_ENHANCER_TYPE_RED">
Red
@@ -285,20 +285,27 @@
<message desc="Choice to enhancing the blue color." name="IDS_COLOR_ENHANCER_TYPE_BLUE">
Blue
</message>
- <message desc="Title for button that will apply these settings to all currently open websites." name="IDS_COLOR_ENHANCER_RESET">
- Apply to all sites
- </message>
<message desc="Title for checkbox that enables the extension." name="IDS_COLOR_ENHANCER_ENABLE">
Enable?
</message>
- <message desc="Title for checkbox that enables color vision deficiency simulation." name="IDS_COLOR_ENHANCER_SIMULATE">
- Simulate?
- </message>
<message desc="Title for slider changes color vision deficiency severity." name="IDS_COLOR_ENHANCER_SEVERITY">
- Severity
+ Step 2: Adjust the slider until all of the stars are visible in the
+ selected row
+ </message>
+ <message desc="Title for the heading before the section containing setup." name="IDS_COLOR_ENHANCER_SETUP_HEADING">
+ Setup:
+ </message>
+ <message desc="Button that resets the color enhancer extension to its default state." name="IDS_COLOR_ENHANCER_RESET">
+ Reset
+ </message>
+ <message desc="OK button for the color enhancer setup." name="IDS_COLOR_ENHANCER_OK">
+ OK
+ </message>
+ <message desc="Cancel button for the color enhancer setup." name="IDS_COLOR_ENHANCER_CANCEL">
+ Cancel
</message>
- <message desc="Title for section containing advanced settings." name="IDS_COLOR_ENHANCER_ADVANCED">
- Advanced settings
+ <message desc="Button for the color enhancer popup that opens the Setup part of the popup." name="IDS_COLOR_ENHANCER_SETUP_BUTTON">
+ Setup
</message>
</messages>
« no previous file with comments | « ui/accessibility/extensions/colorenhancer/src/popup.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698