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

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 225523004: Updates the UI and reenables the fix introduced in commit 256939 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixes review comments and some minor changes in the UI Created 6 years, 8 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 49690659aedbda82d73a452a19e807e8c8bbf638..fadab1dc89bcab8248c7ff1e7b0cf899793de9f1 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -13614,8 +13614,14 @@ Some features may be unavailable. Please check that the profile exists and you
<message name="IDS_PROFILES_DELETE_MANAGED_ADDENDUM" desc="Additional message shown in the same dialog following the IDS_PROFILES_DELETE_MESSAGE, explaining to the user what will happen if they delete the profile of a supervised user.">
Settings and browsing history for this supervised user may still be visible by the manager at <ph name="BEGIN_LINK">&lt;a target="_blank" href="https://www.chrome.com/manage"&gt;</ph>www.chrome.com/manage<ph name="END_LINK">&lt;/a&gt;<ex>&lt;/a&gt;</ex></ph>.
</message>
- <message name="IDS_PROFILES_DISCONNECT_MANAGED_PROFILE_LEARN_MORE" desc="Learn more link that provides more information on managed accounts.">
- Learn more
+ <message name="IDS_PROFILES_DISCONNECT_MANAGED_PROFILE_TITLE" desc="Title of the disconnect managed profile dialog.">
+ Disconnect your Google account
Patrick Dubroy 2014/04/24 23:23:52 To be consistent with the other two occurrences of
Patrick Dubroy 2014/04/25 16:38:46 I just confirmed with ainslie@ that it should be "
kaliamoorthi 2014/04/25 20:01:58 Done.
+ </message>
+ <message name="IDS_PROFILES_DISCONNECT_MANAGED_PROFILE_DOMAIN_INFORMATION" desc="The text that provides the domain information.">
+ This account is managed by <ph name="DOMAIN">$1<ex>example.com</ex></ph>
+ </message>
+ <message name="IDS_PROFILES_DISCONNECT_MANAGED_PROFILE_OK_BUTTON_LABEL" desc="The text to display on the button that clears the data and disconnect user account.">
+ Clear Data and Disconnect
Patrick Dubroy 2014/04/24 23:23:52 Use sentence case: "Clear data and disconnect"
kaliamoorthi 2014/04/24 23:49:23 The one I used is the one approved by the UX team.
Patrick Dubroy 2014/04/25 16:38:46 ...and confirmed that this should be sentence case
kaliamoorthi 2014/04/25 20:01:58 Done.
</message>
<message name="IDS_PROFILES_LIST_ITEM_CURRENT" desc="Text to display in the multi-profiles list when this profile is the current profile">
<ph name="PROFILE_NAME">$1<ex>New User</ex></ph> (current)

Powered by Google App Engine
This is Rietveld 408576698