Index: chrome/browser/download/notification/download_item_notification.cc |
diff --git a/chrome/browser/download/notification/download_item_notification.cc b/chrome/browser/download/notification/download_item_notification.cc |
index e2b58bfbce543c18e3fbfc93e9097e07863a4f81..b57699beb451f0bf4cdfd840c3f656660fc6d67d 100644 |
--- a/chrome/browser/download/notification/download_item_notification.cc |
+++ b/chrome/browser/download/notification/download_item_notification.cc |
@@ -682,7 +682,7 @@ base::string16 DownloadItemNotification::GetCommandLabel( |
if (item_ && !item_->IsDone()) |
id = IDS_DOWNLOAD_STATUS_OPEN_WHEN_COMPLETE; |
else |
- id = IDS_DOWNLOAD_STATUS_OPEN_WHEN_COMPLETE; |
+ id = IDS_DOWNLOAD_STATUS_OPEN; |
asanka
2015/09/25 03:18:47
yoshiki: Aren't these labels for the command butto
Deepak
2015/09/25 16:09:33
In DownloadShelfContextMenu::GetLabelForCommandId(
asanka
2015/09/25 17:09:35
_DOWNLOAD_STATUS_ is for download status strings.
Deepak
2015/09/27 06:19:57
I got your point. Changes done.
Thanks
|
break; |
case DownloadCommands::PAUSE: |
// Only for non menu. |