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

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

Issue 2121413002: Support selection and copying over non-editable content in ChromeVox Next. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix test. Created 4 years, 5 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/manifest.json.jinja2 ('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 a2e714a13bf937a02daeaef1f98197bbfe6e363e..8cd5d29581110dc9f6554fe4f8739574c75605f2 100644
--- a/chrome/browser/resources/chromeos/chromevox/strings/chromevox_strings.grd
+++ b/chrome/browser/resources/chromeos/chromevox/strings/chromevox_strings.grd
@@ -1845,13 +1845,13 @@
Start or end selection.
</message>
<message desc="Spoken when the browser's copy command is invoked." name="IDS_CHROMEVOX_COPY">
- copy.
+ copy $1.
</message>
<message desc="Spoken when the browser's cut command is invoked." name="IDS_CHROMEVOX_CUT">
- cut.
+ cut $1.
</message>
<message desc="Spoken when the browser's paste command is invoked." name="IDS_CHROMEVOX_PASTE">
- paste.
+ paste $1.
</message>
<message desc="Spoken when additional characters are selected in editable text." name="IDS_CHROMEVOX_SELECTED">
selected
« no previous file with comments | « chrome/browser/resources/chromeos/chromevox/manifest.json.jinja2 ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698