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

Unified Diff: chrome/app/generated_resources.grd

Issue 148093008: Create a dialog that warns about possible UI-oddities of the multi-profiles window teleport (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 11 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:
Download patch
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 20209c115f5eb1d5badb94d8181d7e6b1059fd26..0c8f9e27ba1a308ce3601c071b45375057067701 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -1205,6 +1205,18 @@ Psst! Incognito mode <ph name="SHORTCUT_KEY">$1<ex>(Ctrl+Shift+N)</ex></ph> may
<message name="IDS_VISIT_DESKTOP_OF_LRU_USER" desc="The text label of the menu item which allows the user to move a window from one users desktop to another.">
Move window to <ph name="USER_NAME">$1<ex>User name</ex></ph>
</message>
+ <message name="IDS_VISIT_DESKTOP_WARNING_TITLE" desc="The title of dialog that warns user about oddities he/she can meet after window move to another user desktop.">
Mr4D (OOO till 08-26) 2014/01/28 17:33:02 Maybe something like "The title of the dialog whic
merkulova 2014/01/29 09:11:19 Done.
+ Careful, this feature may bite
+ </message>
+ <message name="IDS_VISIT_DESKTOP_WARNING_MESSAGE" desc="The message on dialog that warns user about oddities he/she can meet after window move to another user desktop.">
Mr4D (OOO till 08-26) 2014/01/28 17:33:02 similar to above?
merkulova 2014/01/29 09:11:19 Done.
+ Moving windows to another desktop may result in unexpected behaviour.
+ </message>
+ <message name="IDS_VISIT_DESKTOP_WARNING_EXPLANATION" desc="The explanation message on dialog that warns user about oddities he/she can meet after window move to another user desktop.">
+ Subsequent notificatins, windows and dialogs may be split between desktops.
+ </message>
+ <message name="IDS_VISIT_DESKTOP_WARNING_SHOW_DISMISS" desc="Label for checkbox dismissing show of teleportation warning dialog.">
+ Got it, don't show me again.
+ </message>
</if>
<message name="IDS_ACCNAME_ZOOM_PLUS2" desc="The accessible description of the Make Text Larger menu item in the merged menu">
Make Text Larger

Powered by Google App Engine
This is Rietveld 408576698