summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/cocoa
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-21 22:05:51 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-21 22:05:51 +0000
commit463e1b438bc32ccf0ae34251b1046c15b8018071 (patch)
treeabb1cfba6df1db5948dbe8ba524831881b97d48a /chrome/browser/ui/cocoa
parent382323aa919954ddf0495f032cf15bb7ff3a3285 (diff)
downloadchromium_src-463e1b438bc32ccf0ae34251b1046c15b8018071.zip
chromium_src-463e1b438bc32ccf0ae34251b1046c15b8018071.tar.gz
chromium_src-463e1b438bc32ccf0ae34251b1046c15b8018071.tar.bz2
Internationalize the prefix of unconfirmed download file.
BUG=3563 TEST=manual Review URL: http://codereview.chromium.org/6247015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72204 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/ui/cocoa')
-rw-r--r--chrome/browser/ui/cocoa/download/download_item_mac.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/ui/cocoa/download/download_item_mac.mm b/chrome/browser/ui/cocoa/download/download_item_mac.mm
index f39cb96..ab756ce 100644
--- a/chrome/browser/ui/cocoa/download/download_item_mac.mm
+++ b/chrome/browser/ui/cocoa/download/download_item_mac.mm
@@ -35,7 +35,7 @@ void DownloadItemMac::OnDownloadUpdated(DownloadItem* download) {
}
if (download->GetUserVerifiedFilePath() != lastFilePath_) {
- // Turns out the file path is "unconfirmed %d.crdownload" for dangerous
+ // Turns out the file path is "Unconfirmed %d.crdownload" for dangerous
// downloads. When the download is confirmed, the file is renamed on
// another thread, so reload the icon if the download filename changes.
LoadIcon();