| Index: chrome/app/generated_resources.grd
|
| diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
|
| index a11f843292c03458ebe64e632c6f16d4f0ad76d4..aac07651262451134c64fcf86873912ef6bf7884 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 -->
|
| + <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>
|
| + <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.
|
| + </message>
|
| + </if>
|
| </messages>
|
| </release>
|
| </grit>
|
|
|