| 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>
|
|
|