diff options
author | achuith@chromium.org <achuith@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-21 23:53:20 +0000 |
---|---|---|
committer | achuith@chromium.org <achuith@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-21 23:53:20 +0000 |
commit | 0b4ea764315713946845aadd15f14ffe097b967d (patch) | |
tree | 2aa5adfc6b3f7e8e3dad5f32bad73d9d059fd6e9 /chrome/app | |
parent | d0de9faea9c14296978de5ef2020df1c8ead06f7 (diff) | |
download | chromium_src-0b4ea764315713946845aadd15f14ffe097b967d.zip chromium_src-0b4ea764315713946845aadd15f14ffe097b967d.tar.gz chromium_src-0b4ea764315713946845aadd15f14ffe097b967d.tar.bz2 |
Change "System Update Available" to "System Update Available. Preparing for download" while ChromeOS prepares the filesystem for the download.
BUG=chromium-os:9908, chromium-os:8190
TEST=Install an update to see the change in language.
Review URL: http://codereview.chromium.org/5912002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69895 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index b0e5752..4d21c9e 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -9297,7 +9297,7 @@ Keep your key file in a safe place. You will need it to create new versions of y System update failed. </message> <message name="IDS_UPDATE_AVAILABLE" desc="Notification for available update"> - System update available… + System update available. Preparing to download… </message> <message name="IDS_UPDATE_DOWNLOADING" desc="Notification for update download progress"> System update downloading: <ph name="PERCENT">$1<ex>10</ex></ph>% complete. |