| Index: chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js b/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js
|
| index a0e977d5f7a1eeea65d54c65f9f176f7ec4a1bf8..1111e7377f10897b66c4148d9be38e90ff2b727e 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js
|
| @@ -195,7 +195,7 @@
|
| speak: '@describe_slider($value, $name)'
|
| },
|
| staticText: {
|
| - speak: '$value $name'
|
| + speak: '$value'
|
| },
|
| tab: {
|
| speak: '@describe_tab($name)'
|
|
|