| 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 9eabb65b66372547fdab806cb42a281177c98a89..5364c762b60b2a7459445c42340b5dd4e05f3b9d 100644
|
| --- a/chrome/android/java/strings/android_chrome_strings.grd
|
| +++ b/chrome/android/java/strings/android_chrome_strings.grd
|
| @@ -397,6 +397,20 @@ You are signing in with a managed account and giving its administrator control o
|
| Can’t beam current tab
|
| </message>
|
|
|
| + <!-- WebsiteSettingsPopup (PageInfo dialog) -->
|
| + <message name="IDS_PAGE_INFO_COPY_URL_BUTTON" desc="Text in the button that copies the URL to the clipboard.">
|
| + Copy URL
|
| + </message>
|
| + <message name="IDS_PAGE_INFO_SITE_SETTINGS_BUTTON" desc="Text in the button that opens a website's Site Settings from the Page Info dialog.">
|
| + Site Settings
|
| + </message>
|
| + <message name="IDS_PAGE_INFO_DONE_BUTTON" desc="Text in the button that closes the Page Info dialog.">
|
| + Done
|
| + </message>
|
| + <message name="IDS_PAGE_INFO_COPY_SUCCESS_TEXT" desc="Text displayed in a small toast message at the bottom of the screen after the URL has been copied to the user's clipboard in the Page Info dialog.">
|
| + URL copied to clipboard.
|
| + </message>
|
| +
|
| </messages>
|
| </release>
|
| </grit>
|
|
|