| 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 bac17747447f989eeeed35a9d733779f00f47190..590a7281f8b37649d372c5c500ac2b5923855067 100644
|
| --- a/chrome/android/java/strings/android_chrome_strings.grd
|
| +++ b/chrome/android/java/strings/android_chrome_strings.grd
|
| @@ -1311,15 +1311,12 @@ To obtain new licenses, connect to the internet and play your downloaded content
|
| Options available near bottom of the screen
|
| </message>
|
|
|
| - <!-- DownloadOverwriteInfoBar -->
|
| - <message name="IDS_DOWNLOAD_OVERWRITE_INFOBAR_TEXT" desc="Prompt text for the confirmation dialog asking whether the user really wants to replace a file when there already exists a file with the same name">
|
| - Do you want to replace the existing <ph name="FILE_NAME">^1<ex>specialfile.pdf</ex></ph> in <ph name="DIRECTORY_NAME">^2<ex>Downloads</ex></ph>?
|
| + <!-- DuplicateDownloadInfoBar -->
|
| + <message name="IDS_DUPLICATE_DOWNLOAD_INFOBAR_TEXT" desc="Prompt text for the confirmation dialog asking whether the user really wants to download a file when there already exists a file with the same name">
|
| + Do you want to download <ph name="FILE_NAME">^1<ex>specialfile.pdf</ex></ph> again?
|
| </message>
|
| - <message name="IDS_DOWNLOAD_OVERWRITE_INFOBAR_REPLACE_FILE_BUTTON" desc="Label for choosing 'Replace file' in the prompt for replacing a file.[CHAR-LIMIT=32]">
|
| - Replace file
|
| - </message>
|
| - <message name="IDS_DOWNLOAD_OVERWRITE_INFOBAR_CREATE_NEW_FILE_BUTTON" desc="Label for choosing 'Create new file' in the prompt for replacing a file. [CHAR-LIMIT=32]">
|
| - Create new file
|
| + <message name="IDS_DUPLICATE_DOWNLOAD_INFOBAR_DOWNLOAD_BUTTON" desc="Label for the button that confirms that a user wants to download the file again. [CHAR-LIMIT=32]">
|
| + Download
|
| </message>
|
|
|
| <!-- PermissionInfoBar -->
|
|
|