diff options
author | rkc@chromium.org <rkc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-22 20:57:48 +0000 |
---|---|---|
committer | rkc@chromium.org <rkc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-22 20:57:48 +0000 |
commit | db893bbbafffac4f5f7b1c1b5255647b803fd3bd (patch) | |
tree | 6829ff833404b14cc11b6548801eefd322023e50 /chrome/app/google_chrome_strings.grd | |
parent | 6b18bbd6a1b98b0fb8a27828c2557e6d550d90d2 (diff) | |
download | chromium_src-db893bbbafffac4f5f7b1c1b5255647b803fd3bd.zip chromium_src-db893bbbafffac4f5f7b1c1b5255647b803fd3bd.tar.gz chromium_src-db893bbbafffac4f5f7b1c1b5255647b803fd3bd.tar.bz2 |
Clean up the Offline Page.
Clean up the offline load page to match the mocks given in the associated bug. Changes to the page will prevent the user from manually proceeding with a disconnected network - which will keep this as our only offline page that the user will see.
R=xiyuan@chromium.org
BUG=170517
TEST=The offline page is the same as the one in the attached mocks.
Review URL: https://codereview.chromium.org/12906014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@189901 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/google_chrome_strings.grd')
-rw-r--r-- | chrome/app/google_chrome_strings.grd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/app/google_chrome_strings.grd b/chrome/app/google_chrome_strings.grd index 97da277..cf09eca 100644 --- a/chrome/app/google_chrome_strings.grd +++ b/chrome/app/google_chrome_strings.grd @@ -134,6 +134,9 @@ Chrome supports. --> <message name="IDS_SHORT_PRODUCT_NAME" desc="The Chrome application short name"> Chrome </message> + <message name="IDS_SHORT_PRODUCT_NAME_LOWER" desc="The Chrome application short name all lowercase"> + chrome + </message> <message name="IDS_SXS_SHORTCUT_NAME" desc="The Chrome short cut name for SxS channel"> Google Chrome Canary </message> |