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

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

Issue 2942963002: corrected wrong options showing on context menus. (Closed)
Patch Set: Created 3 years, 6 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
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 ac75347ca939ca61c04255f1eda336ed6cbd7c3f..e18447cf073a0d5f100065033ca4db155ff9d943 100644
--- a/chrome/android/java/strings/android_chrome_strings.grd
+++ b/chrome/android/java/strings/android_chrome_strings.grd
@@ -1706,13 +1706,13 @@ To obtain new licenses, connect to the internet and play your downloaded content
Add to contacts
</message>
<message name="IDS_CONTEXTMENU_COPY_LINK_ADDRESS" desc="Context sensitive menu item for copying the selected link URL / address. [CHAR-LIMIT=30]">
- Copy link address
+ Copy link
gone 2017/06/15 22:05:11 Are these changes intentional?
Daniel Park 2017/06/16 00:03:15 Acknowledged.
Daniel Park 2017/06/16 00:03:15 this was done to match the design specs. https://b
</message>
<message name="IDS_CONTEXTMENU_COPY_LINK_TEXT" desc="Context sensitive menu item for copying the selected link's text. [CHAR-LIMIT=30]">
Copy link text
</message>
<message name="IDS_CONTEXTMENU_SAVE_LINK" desc="Context sensitive menu item for saving the target of a link [CHAR-LIMIT=30]">
- Download link
+ Download page
gone 2017/06/15 22:05:11 Same as above.
Daniel Park 2017/06/16 00:03:15 Acknowledged.
Daniel Park 2017/06/16 00:03:15 this was done to match the design specs. https://b
</message>
<message name="IDS_CONTEXTMENU_SAVE_IMAGE" desc="Context sensitive menu item for saving the selected image. [CHAR-LIMIT=30]">
Download image
@@ -1732,6 +1732,9 @@ To obtain new licenses, connect to the internet and play your downloaded content
<message name="IDS_CONTEXTMENU_SHARE_IMAGE" desc="Context sensitive menu item for sharing an image via the Android system share action. [CHAR-LIMIT=30]">
Share image
</message>
+ <message name="IDS_CONTEXTMENU_SHARE_LINK" desc="Context sensitive menu item for sharing a link via the Android system share action. [CHAR-LIMIT=30]">
+ Share link
+ </message>
<message name="IDS_CONTEXTMENU_SAVE_VIDEO" desc="Context sensitive menu item for saving the selected video. [CHAR-LIMIT=30]">
Download video
</message>

Powered by Google App Engine
This is Rietveld 408576698