 Chromium Code Reviews
 Chromium Code Reviews Issue 10544171:
  Add OptionsUI and its handler for multiple displays.  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src
    
  
    Issue 10544171:
  Add OptionsUI and its handler for multiple displays.  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src| Index: chrome/app/generated_resources.grd | 
| diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd | 
| index e895fcc496ae23426acfb36ea5c7f2f0f32a5eb8..86ada54ae44e53c7eef8fb9914c940c516dd38e7 100644 | 
| --- a/chrome/app/generated_resources.grd | 
| +++ b/chrome/app/generated_resources.grd | 
| @@ -13331,6 +13331,9 @@ Press any key to continue exploring. | 
| <message name="IDS_OPTIONS_SETTINGS_SECTION_TITLE_ACCESSIBILITY"> | 
| Accessibility | 
| </message> | 
| + <message name="IDS_OPTIONS_SETTINGS_SECTION_TITLE_DISPLAY"> | 
| + Display | 
| + </message> | 
| <message name="IDS_OPTIONS_SETTINGS_TIMEZONE_DESCRIPTION" desc="In the settings tab, the text next to the timezone combobox."> | 
| Time zone: | 
| </message> | 
| @@ -13472,6 +13475,18 @@ Press any key to continue exploring. | 
| <message name="IDS_OPTIONS_SETTINGS_ACCESSIBILITY_VIRTUAL_KEYBOARD_DESCRIPTION" desc="In the settings tab, the text next to the checkbox for virtual keyboard."> | 
| Enable virtual keyboard | 
| </message> | 
| + <message name="IDS_OPTIONS_SETTINGS_DISPLAY_OPTIONS_BUTTON" desc="In the settings tab, the trext on the button to open the display options."> | 
| + Manage displays | 
| + </message> | 
| + <message name="IDS_OPTIONS_SETTINGS_DISPLAY_OPTIONS_TAB_TITLE" desc="Title for the display settings tab."> | 
| + Manage displays | 
| 
James Hawkins
2012/06/18 15:13:49
Why do you have the string 'Manage displays' twice
 
Jun Mukai
2012/06/19 08:37:44
removed
 | 
| + </message> | 
| + <message name="IDS_OPTIONS_SETTINGS_DISPLAY_OPTIONS_START_MIRRORING" desc="Button label to start display mirroring."> | 
| + Start mirroring | 
| + </message> | 
| + <message name="IDS_OPTIONS_SETTINGS_DISPLAY_OPTIONS_STOP_MIRRORING" desc="Button label to stop display mirroring."> | 
| + Stop mirroring | 
| + </message> | 
| <message name="IDS_OPTIONS_SETTINGS_KEYBOARD_LAYOUT_TEXT" desc="In the settings tab, the text of the keyboard layout label."> | 
| Keyboard layout: | 
| </message> |