| Index: chrome/app/generated_resources.grd
|
| diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
|
| index ab32b02f8e18de1f88c3388dfed437bb2a5c179d..b88987823a94b0d88847bf7622457efa1f861e23 100644
|
| --- a/chrome/app/generated_resources.grd
|
| +++ b/chrome/app/generated_resources.grd
|
| @@ -6475,6 +6475,9 @@ Keep your key file in a safe place. You will need it to create new versions of y
|
|
|
| <!-- Omnibox -->
|
| <if expr="not pp_ifdef('use_titlecase')">
|
| + <message name="IDS_COPY_URL" desc="The copy url menu option in context menu">
|
| + Copy URL
|
| + </message>
|
| <message name="IDS_PASTE_AND_GO" desc="The text label of the Paste And Go menu item when the clipboard contains a URL">
|
| Pa&ste and go
|
| </message>
|
| @@ -6483,6 +6486,9 @@ Keep your key file in a safe place. You will need it to create new versions of y
|
| </message>
|
| </if>
|
| <if expr="pp_ifdef('use_titlecase')">
|
| + <message name="IDS_COPY_URL" desc="In Title Case: The copy url menu option in context menu">
|
| + Copy URL
|
| + </message>
|
| <message name="IDS_PASTE_AND_GO" desc="In Title Case: The text label of the Paste And Go menu item when the clipboard contains a URL">
|
| Pa&ste and Go
|
| </message>
|
| @@ -12892,6 +12898,9 @@ Some features may be unavailable. Please check that the profile exists and you
|
| <message name="IDS_COPY_MAC" desc="The Mac menu item for copy in the edit menu.">
|
| Copy
|
| </message>
|
| + <message name="IDS_COPY_URL_MAC" desc="The Mac menu item for copy url in the context menu.">
|
| + Copy URL
|
| + </message>
|
| <message name="IDS_PASTE_MAC" desc="The Mac menu item for paste in the edit menu.">
|
| Paste
|
| </message>
|
|
|