diff options
author | mukai@chromium.org <mukai@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-09 04:11:03 +0000 |
---|---|---|
committer | mukai@chromium.org <mukai@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-09 04:11:03 +0000 |
commit | 05a98588eda5cdd20cf490ed96b605174643df08 (patch) | |
tree | 2635c4dd561242bfff7941f111beca361d12e662 /chrome/app | |
parent | 67c5f0e96b3d716a833025fdcd4be466e0f3410f (diff) | |
download | chromium_src-05a98588eda5cdd20cf490ed96b605174643df08.zip chromium_src-05a98588eda5cdd20cf490ed96b605174643df08.tar.gz chromium_src-05a98588eda5cdd20cf490ed96b605174643df08.tar.bz2 |
Polish "Displays" Options UI for ChromeOS.
This follows the mock image of crbug.com/130385 comment 26. This CL contains following changes.
- background color / line color
- an arrow from below section
- display names
- display name / resolution view
- "Apply" buttons
- centering the display rectangles in the area
BUG=130385
Review URL: https://chromiumcodereview.appspot.com/10843066
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150727 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index beef121..5037e45 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -13986,13 +13986,19 @@ Press any key to continue exploring. Enable virtual keyboard </message> <message name="IDS_OPTIONS_SETTINGS_DISPLAY_OPTIONS_TAB_TITLE" desc="Title for the display settings tab."> - Manage displays + Manage displays </message> <message name="IDS_OPTIONS_SETTINGS_DISPLAY_OPTIONS_START_MIRRORING" desc="Button label to start display mirroring."> - Start mirroring + Start mirroring </message> <message name="IDS_OPTIONS_SETTINGS_DISPLAY_OPTIONS_STOP_MIRRORING" desc="Button label to stop display mirroring."> - Stop mirroring + Stop mirroring + </message> + <message name="IDS_OPTIONS_SETTINGS_DISPLAY_OPTIONS_APPLY_RESULT" desc="Button label to apply the current settings."> + Apply + </message> + <message name="IDS_OPTIONS_SETTINGS_DISPLAY_OPTIONS_RESOLUTION" desc="Label to describe the resolution of the currently selected display."> + Resolution: </message> <message name="IDS_OPTIONS_SETTINGS_KEYBOARD_LAYOUT_TEXT" desc="In the settings tab, the text of the keyboard layout label."> Keyboard layout: |