diff options
author | xiyuan@chromium.org <xiyuan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-20 16:31:09 +0000 |
---|---|---|
committer | xiyuan@chromium.org <xiyuan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-20 16:31:09 +0000 |
commit | 11e27060d8304ff44ac7b662cc01c9837ea84d27 (patch) | |
tree | 37b2d9dd483a34a46d2d0f191d6c72528a2642ff /chrome/app | |
parent | 77d57b5a226567027db1f27ddfe5fec46a207be6 (diff) | |
download | chromium_src-11e27060d8304ff44ac7b662cc01c9837ea84d27.zip chromium_src-11e27060d8304ff44ac7b662cc01c9837ea84d27.tar.gz chromium_src-11e27060d8304ff44ac7b662cc01c9837ea84d27.tar.bz2 |
Minor settings UI touch up.
- Ensure 10px trailing padding for settings page section h3.
This gives some space at the end for "Proxy Configuration" heading on
ChromeOS. It should have no visual change for en on other platforms
since that proxy page is ChromeOS specific. It would affect other
languages with long translations for section headers but ensuring a
padding should be good there tool.
- Change ChromeOS touchpad setting name.
"Sensitivity" -> "Pointer speed"
"Less" -> "Slow"
"More" -> "Fast"
BUG=chromium-os:13785,chromium-os:13268
TEST=Verify fix for chromium-os:13785 and chromium-os:13268.
Review URL: http://codereview.chromium.org/7050029
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86092 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 24bc3e4..dac0f72 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -10125,13 +10125,13 @@ Keep your key file in a safe place. You will need it to create new versions of y Enable tap-to-click </message> <message name="IDS_OPTIONS_SETTINGS_SENSITIVITY_DESCRIPTION" desc="In the settings tab, the text next to the slider for the touchpad touch sensitivity."> - Sensitivity: + Pointer speed: </message> <message name="IDS_OPTIONS_SETTINGS_SENSITIVITY_LESS_DESCRIPTION" desc="In the settings tab, the text under the left (less sensitive) side of the slider for the touchpad touch sensitivity."> - Less + Slow </message> <message name="IDS_OPTIONS_SETTINGS_SENSITIVITY_MORE_DESCRIPTION" desc="In the settings tab, the text under the right (more sensitive) side of the slider for the touchpad touch sensitivity."> - More + Fast </message> <message name="IDS_OPTIONS_SETTINGS_ACCESSIBILITY_DESCRIPTION" desc="In the settings tab, the text next to the checkbox for accessbility."> Enable accessibility features |