| Index: chrome/app/generated_resources.grd
|
| diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
|
| index 261206c182e1365bb5b92783b6fa93c22ef5b034..d325283eb6283d693b8c8d63a29e2559875d05dd 100644
|
| --- a/chrome/app/generated_resources.grd
|
| +++ b/chrome/app/generated_resources.grd
|
| @@ -2213,9 +2213,13 @@ Other platform defines such as use_titlecase are declared in build/common.gypi.
|
| </message>
|
| </if>
|
| <message name="IDS_DOWNLOAD_TAB_CANCELED"
|
| - desc="Cancel link text">
|
| + desc="Text that appears next to downloaded files that have been canceled">
|
| Canceled
|
| </message>
|
| + <message name="IDS_DOWNLOAD_FILE_REMOVED"
|
| + desc="Text that appears next to downloaded files that have been removed">
|
| + Removed
|
| + </message>
|
| <message name="IDS_DOWNLOAD_TAB_PROGRESS_STATUS_TIME_UNKNOWN"
|
| desc="The status text for a download in progress in the download manager. This includes information such as speed and received byte counts and is used when we do not know the remaining time">
|
| <ph name="SPEED">$1<ex>10kB/s</ex></ph> - <ph name="RECEIVED_AMOUNT">$2<ex>40kB</ex></ph>
|
|
|