Chromium Code Reviews| Index: chrome/app/generated_resources.grd |
| diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd |
| index a11f843292c03458ebe64e632c6f16d4f0ad76d4..a986a94089c5e517eb6f2bff25cd512c2795e79a 100644 |
| --- a/chrome/app/generated_resources.grd |
| +++ b/chrome/app/generated_resources.grd |
| @@ -15646,6 +15646,18 @@ After you create a new supervised user, you can manage their settings at any tim |
| Your printer is ready. |
| </message> |
| </if> |
| + |
| + <!-- Deprecated Accelerators Messages --> |
| + <message name="IDS_DEPRECATED_SHOW_TASK_MANAGER_MSG" |
| + desc="Notification message to tell users about the deprecation of Shift+ESC shortcut to show the task manager."> |
| + Shift+Esc is deprecated. Please use Search+Esc instead. |
|
Lei Zhang
2015/06/12 00:06:54
Is this suppose to be CrOS only? Which key is the
afakhry
2015/06/12 00:41:58
Yes, thank you. Somehow I missed that. Done.
|
| + </message> |
| + <if expr="chromeos"> |
| + <message name="IDS_DEPRECATED_LOCK_SCREEN_MSG" |
| + desc="Notification message to tell users about the deprecation of Ctrl+Shift+L shortcut to lock the screen."> |
| + Ctrl+Shift+L is deprecated. Please use Search+L instead. |
| + </message> |
| + </if> |
| </messages> |
| </release> |
| </grit> |