Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2556)

Unified Diff: ash/ash_chromeos_strings.grdp

Issue 1177773002: Deprecating high-conflict accelerators (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: moving IsDeprecated() to c/b/ui/ash Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ash/ash_chromeos_strings.grdp
diff --git a/ash/ash_chromeos_strings.grdp b/ash/ash_chromeos_strings.grdp
index dec9defe3ede8d8762112772d2a9fdd0c76e4d9a..d9ca3b530f0bb62965ed43e2e09a74bb82269036 100644
--- a/ash/ash_chromeos_strings.grdp
+++ b/ash/ash_chromeos_strings.grdp
@@ -421,4 +421,14 @@ Press Shift + Alt to switch.
<message name="IDS_ASH_STATUS_TRAY_NEW_LOGIN_UI_DISABLED" desc="The text shown in the tray menu when the WebView-based sign-in is disabled.">
New login UI is OFF
</message>
+
+ <!-- Deprecated Accelerators Messages -->
+ <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>
</grit-part>

Powered by Google App Engine
This is Rietveld 408576698