Chromium Code Reviews| 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> |