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

Unified Diff: chrome/browser/resources/chromeos/chromevox/strings/chromevox_strings.grd

Issue 2383173002: Fix reading of password values. (Closed)
Patch Set: Created 4 years, 3 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 | « chrome/browser/resources/chromeos/chromevox/host/interface/abstract_tts.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/chromevox/strings/chromevox_strings.grd
diff --git a/chrome/browser/resources/chromeos/chromevox/strings/chromevox_strings.grd b/chrome/browser/resources/chromeos/chromevox/strings/chromevox_strings.grd
index 31afaa5735ab0ce12f59ae98132072e61e4ea46a..e7a69a5a7dcd10e13c2e3a8f8e0fabbbb529d3a7 100644
--- a/chrome/browser/resources/chromeos/chromevox/strings/chromevox_strings.grd
+++ b/chrome/browser/resources/chromeos/chromevox/strings/chromevox_strings.grd
@@ -2167,7 +2167,7 @@
Perform default action
</message>
<message desc="Exclamation (!) character description." name="IDS_CHROMEVOX_EXCLAMATION">
- {COUNT, plural, =1 {exclamation point}other {# exclamation points}}
+ {COUNT, plural, =1 {exclaimation}other {# exclaimations}}
dmazzoni 2016/09/30 18:47:04 This is misspelled now, should be exclamation
David Tseng 2016/09/30 19:00:12 Good catch; had shortened it to exclaim/exclaims..
</message>
<message desc="Space ( ) character description." name="IDS_CHROMEVOX_SPACE">
{COUNT, plural, =1 {space}other {# spaces}}
@@ -2268,6 +2268,9 @@
<message desc="Backslash (\) character description." name="IDS_CHROMEVOX_BACKSLASH">
{COUNT, plural, =1 {backslash}other {# backslashes}}
</message>
+ <message desc="BULLET (•) character description." name="IDS_CHROMEVOX_BULLET">
dmazzoni 2016/09/30 18:47:04 I'd clarify that this is in the context of a passw
David Tseng 2016/09/30 19:00:12 Bullet is fine; we'll just have to use it everywhe
+ {COUNT, plural, =1 {dot}other {# dots}}
+ </message>
<message desc="Describes the braille click command. Displayed in the options page." name="IDS_CHROMEVOX_BRAILLE_ROUTING">
Click the item under a routing key
</message>
« no previous file with comments | « chrome/browser/resources/chromeos/chromevox/host/interface/abstract_tts.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698