diff options
author | dhg@chromium.org <dhg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-28 15:44:05 +0000 |
---|---|---|
committer | dhg@chromium.org <dhg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-28 15:44:05 +0000 |
commit | 951fac0d12e92b74a94d1ddcce9f217aab34175c (patch) | |
tree | d86326ad499a35ba1320bd6b1a04cb4daad09888 /chrome/app | |
parent | b40743e73ce9d6c1588fe391168c9ba66e1546b6 (diff) | |
download | chromium_src-951fac0d12e92b74a94d1ddcce9f217aab34175c.zip chromium_src-951fac0d12e92b74a94d1ddcce9f217aab34175c.tar.gz chromium_src-951fac0d12e92b74a94d1ddcce9f217aab34175c.tar.bz2 |
Fixing some small string issues, and adding a title to the details page.
BUG=chromium-os:7091
TEST=verify on device
Review URL: http://codereview.chromium.org/3462019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60787 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index adbc98d..cf5d379 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -8592,6 +8592,12 @@ Keep your key file in a safe place. You will need it to create new versions of y <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_SHOWPASSWORD" desc="In settings internet options, a string telling the user where the network certificate is installed to."> Show password </message> + <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_STATUS_TITLE" desc="In settings internet options, Title of the overlay when the user is connected."> + Connection Details + </message> + <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_CONNECT_TITLE" desc="In settings internet options, Title of the overlay when the user is not connected and can."> + Connect to network + </message> <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_CUSTOMIZE" desc="In settings system options, the label for the customize button for languages and input"> Customize languages and input... </message> |