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

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: Fix setup button and css style 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
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..d7f9356afd0adf69032e728de42aa91c33c59ee1 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 section containing setup." name="IDS_COLOR_ENHANCER_SETUP">
+ 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">
mustaq 2015/04/27 14:17:10 This id seems duplicate: Duplicate IDS_COLOR_ENHAN
dmazzoni 2015/04/27 19:47:47 Good catch. Split into SETUP_BUTTON and SETUP_HEAD
+ Setup
</message>
</messages>

Powered by Google App Engine
This is Rietveld 408576698