Chromium Code Reviews| Index: chrome/app/generated_resources.grd |
| diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd |
| index 43c4bfeeaa4c1cb0dd115c7e1a7a6b8d1caf2995..54c6e9ee1db348ce8a4dd02f1f5d3dff5b4f0b80 100644 |
| --- a/chrome/app/generated_resources.grd |
| +++ b/chrome/app/generated_resources.grd |
| @@ -6502,8 +6502,14 @@ Keep your key file in a safe place. You will need it to create new versions of y |
| <message name="IDS_FLAGS_SIMPLIFIED_FULLSCREEN_UI_NAME" desc="Name of the flag to enable the new simplified fullscreen and mouse lock UI."> |
| Simplified full screen / mouse lock UI. |
| </message> |
| - <message name="IDS_FLAGS_SIMPLIFIED_FULLSCREEN_UI_DESCRIPTION" desc="Description of the flag to enable the new simplified fullscreen and mouse lock UI."> |
| - An experimental new user experience when entering page-triggered full screen or mouse pointer lock states. |
| + <message name="IDS_FLAGS_SIMPLIFIED_FULLSCREEN_UI_DESCRIPTION" desc="Description of the flag to enable the new simplified full screen and mouse lock UI."> |
| + A simplified new user experience when entering page-triggered full screen or mouse pointer lock states. |
| + </message> |
| + <message name="IDS_FLAGS_EXPERIMENTAL_FULLSCREEN_UI_NAME" desc="Name of the flag to enable the experimental prototype for full screen with keyboard lock."> |
| + Experimental full screen UI. |
|
Matt Giuca
2016/03/21 00:36:07
I think this flag name is too generic (and confusa
dominickn
2016/03/21 21:58:04
Done.
|
| + </message> |
| + <message name="IDS_FLAGS_EXPERIMENTAL_FULLSCREEN_UI_DESCRIPTION" desc="Description of the flag to enable the experimental full screen UI."> |
| + An experimental full screen mode requiring users to hold Esc to exit. |
| </message> |
| <if expr="is_android"> |
| <message name="IDS_FLAGS_PROGRESS_BAR_ANIMATION_NAME" desc="Name of the flag to configure Android page loading progress bar animation."> |
| @@ -12466,6 +12472,9 @@ Some features may be unavailable. Please check that the profile exists and you |
| <message name="IDS_FULLSCREEN_PRESS_ESC_TO_EXIT_MOUSELOCK" desc="Text displayed in the bubble to tell users how to return from mouselock mode (where the mouse cursor is hidden) to normal mode. Please surround the name of the key (e.g. 'Esc') in pipe characters so it can be rendered as a key."> |
| Press |<ph name="ACCELERATOR">$1<ex>Esc</ex></ph>| to show your cursor |
| </message> |
| + <message name="IDS_FULLSCREEN_HOLD_ESC_TO_EXIT_FULLSCREEN" desc="Text displayed in the bubble to tell users how to return from fullscreen mode (where the web page occupies the entire screen) to normal mode. Please surround the name of the key (e.g. 'Esc') in pipe characters so it can be rendered as a key."> |
| + Hold |<ph name="ACCELERATOR">$1<ex>Esc</ex></ph>| to exit full screen |
| + </message> |
| <message name="IDS_FULLSCREEN_ALLOW" desc="Text in the bubble button that grants permission for a site to enter fullscreen and/or lock the mouse."> |
| Allow |
| </message> |