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

Unified Diff: chrome/app/bookmarks_strings.grdp

Issue 79273002: Fixed accessibility issues in bookmark bubble dialog. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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
Index: chrome/app/bookmarks_strings.grdp
diff --git a/chrome/app/bookmarks_strings.grdp b/chrome/app/bookmarks_strings.grdp
index b16b2b004449cacaec46db21b541bf1120242da3..7c27c954f26d4ad7c6fa9c145e9fd5a4e9f53f97 100644
--- a/chrome/app/bookmarks_strings.grdp
+++ b/chrome/app/bookmarks_strings.grdp
@@ -183,12 +183,21 @@
<message name="IDS_BOOKMARK_BUBBLE_PAGE_BOOKMARK" desc="Title of the bubble when re-clicking on a bookmark">
Bookmark
</message>
+ <message name="IDS_BOOKMARK_BUBBLE_PAGE_BOOKMARK_ACCESSIBILITY" desc="Title of the bubble when re-clicking on a bookmark, read by text-to-speach accessability feature">
David Tseng 2013/11/20 22:13:27 s/accessability/accessibility (and you probably co
zel 2013/11/21 00:19:23 Done.
+ Edit bookmark
+ </message>
<message name="IDS_BOOKMARK_BUBBLE_TITLE_TEXT" desc="Text preceding the title of the page that was bookmarked">
Name:
</message>
+ <message name="IDS_BOOKMARK_BUBBLE_TITLE_ACCESSIBILITY_TEXT" desc="Text preceding the title of the page that was bookmarked, read by text-to-speach accessability feature">
+ Bookmark name
+ </message>
<message name="IDS_BOOKMARK_BUBBLE_FOLDER_TEXT" desc="Text preceding the folder selector">
Folder:
</message>
+ <message name="IDS_BOOKMARK_BUBBLE_FOLDER_ACCESSIBILITY_TEXT" desc="Text preceding the folder selector">
+ Bookmark folder
+ </message>
<message name="IDS_BOOKMARK_BUBBLE_REMOVE_BOOKMARK" desc="Title of the button for removing the bookmark">
Remove
</message>

Powered by Google App Engine
This is Rietveld 408576698