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

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

Issue 2383173002: Fix reading of password values. (Closed)
Patch Set: Bullets everywhere 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..646f7d40f996453940ede91917610b7968213352 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 {exclamation}other {# exclamations}}
</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">
+ {COUNT, plural, =1 {bullet}other {# bullets}}
+ </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