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

Unified Diff: chrome/android/java/strings/android_chrome_strings.grd

Issue 397993002: [WIP]Incorrect context menu is shown for tel: links Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: minor cleanup Created 6 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/android/java/src/org/chromium/chrome/browser/contextmenu/EmptyChromeContextMenuItemDelegate.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/strings/android_chrome_strings.grd
diff --git a/chrome/android/java/strings/android_chrome_strings.grd b/chrome/android/java/strings/android_chrome_strings.grd
index 84fdff2a87b65bc21fede1887392b8651f63b342..3adb38535068090893f4b95943216adafb1ca8fe 100644
--- a/chrome/android/java/strings/android_chrome_strings.grd
+++ b/chrome/android/java/strings/android_chrome_strings.grd
@@ -304,8 +304,23 @@ You are signing in with a managed account and giving its administrator control o
</message>
<message name="IDS_CONTEXTMENU_SAVE_VIDEO" desc="Context sensitive menu item for saving the selected video. [CHAR-LIMIT=30]">
Save video
- </message>
-
+ </message>
+ <message name="IDS_CONTEXTMENU_CALL" desc="Context sensitive menu
+ item for sending message for tel tag. [CHAR-LIMIT=30]">
+ Call
+ </message>
+ <message name="IDS_CONTEXTMENU_SEND_TEXT_MESSAGE" desc="Context sensitive menu
+ item for sending message for tel tag. [CHAR-LIMIT=30]">
+ Send text message
+ </message>
+ <message name="IDS_CONTEXTMENU_ADD_TO_CONTACTS" desc="Context sensitive menu
+ item for adding to contact for tel tag. [CHAR-LIMIT=30]">
+ Add to contacts
+ </message>
+ <message name="IDS_CONTEXTMENU_COPY_PHONE_NUMBER" desc="Context sensitive
+ menu item for copying email address for tel tag. [CHAR-LIMIT=30]">
+ Copy phone number
+ </message>
<!-- Smartcard certificate support -->
<message name="IDS_SMARTCARD_DIALOG_TITLE" desc="Title of a dialog asking whether to use Android default keystore or a smartcard for certificate authentication.">
Choose certificate for authentication
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/contextmenu/EmptyChromeContextMenuItemDelegate.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698