diff options
author | xiyuan@chromium.org <xiyuan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-04 00:43:46 +0000 |
---|---|---|
committer | xiyuan@chromium.org <xiyuan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-04 00:43:46 +0000 |
commit | d0977c01ffa5e733a828977a8aa30def295d700f (patch) | |
tree | e45d1e27d44f1d1b2e88043af0d9cb0991496cb9 /chrome/app | |
parent | 0785de56f44befce057996236a8a326696c26f85 (diff) | |
download | chromium_src-d0977c01ffa5e733a828977a8aa30def295d700f.zip chromium_src-d0977c01ffa5e733a828977a8aa30def295d700f.tar.gz chromium_src-d0977c01ffa5e733a828977a8aa30def295d700f.tar.bz2 |
Whitelist checkbox on ChromeOS users settings page should be inverted.
Text change in r67269 inverted the whitelist checkbox logic.
- Add an "inverted_pref" property to PrefCheckBox so that we could map a checkbox to user inverted pref value;
- Update user settings UI and messages;
BUG=chromium-os:9788
TEST=Verify fix for chromium-os:9788
Review URL: http://codereview.chromium.org/5530005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68249 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 c1c968f..36349e4 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -9397,7 +9397,7 @@ Keep your key file in a safe place. You will need it to create new versions of y <message name="IDS_OPTIONS_ACCOUNTS_ALLOW_BWSI_DESCRIPTION" desc="In the Accounts settings tab, the text on the checkbox to allow browse without signing in."> Enable guest browsing </message> - <message name="IDS_OPTIONS_ACCOUNTS_ALLOW_GUEST_DESCRIPTION" desc="In the Accounts settings tab, the text on the checkbox to allow guest to sign in."> + <message name="IDS_OPTIONS_ACCOUNTS_USE_WHITELIST_DESCRIPTION" desc="In the Accounts settings tab, the text on the checkbox to restrict allowed user to a whitelist."> Restrict sign-in to the following users: </message> <message name="IDS_OPTIONS_ACCOUNTS_SHOW_USER_NAMES_ON_SINGIN_DESCRIPTION" desc="In the Accounts settings tab, the text on the checkbox to show user names and pictures on sign-in screen."> |