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

Unified Diff: chrome/app/generated_resources.grd

Issue 422063002: Fix strings used by the desktop User Manager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 11a8ec6d1af1f7393f7bf1e7f319eb7060a864bf..c6a47d5555fad15e7db9d9b0d95d785fbeddcf7b 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -13573,32 +13573,52 @@ After you create a new supervised user, you can manage their settings at any tim
<if expr="not is_android and not is_ios">
<!-- User manager web UI -->
<if expr="use_titlecase">
- <message name="IDS_ADD_USER_BUTTON" desc="Text shown on an add user button on login/locker screen">
- Add User
- </message>
+ <if expr="not chromeos">
+ <message name="IDS_ADD_USER_BUTTON" desc="Text shown on an add user button on login/locker screen">
+ Add Person
+ </message>
+ <message name="IDS_LOGIN_POD_USER_REMOVE_WARNING_BUTTON" desc="Text shown on a button that confirms removal of a user.">
+ Remove This Person
+ </message>
+ </if>
+ <if expr="chromeos">
+ <message name="IDS_ADD_USER_BUTTON" desc="Text shown on an add user button on login/locker screen">
+ Add User
+ </message>
+ <message name="IDS_LOGIN_POD_USER_REMOVE_WARNING_BUTTON" desc="Text shown on a button that confirms removal of a user.">
+ Remove This User
+ </message>
+ </if>
<message name="IDS_SCREEN_LOCK_SIGN_OUT">
Sign out
</message>
<message name="IDS_LOGIN_BUTTON">
Sign in
</message>
- <message name="IDS_LOGIN_POD_USER_REMOVE_WARNING_BUTTON" desc="Text shown on a button that confirms removal of a user.">
- Remove This User
- </message>
</if>
<if expr="not use_titlecase">
- <message name="IDS_ADD_USER_BUTTON" desc="Text shown on an add user button on login/locker screen">
- Add user
- </message>
+ <if expr="not chromeos">
+ <message name="IDS_ADD_USER_BUTTON" desc="Text shown on an add user button on login/locker screen">
+ Add person
+ </message>
+ <message name="IDS_LOGIN_POD_USER_REMOVE_WARNING_BUTTON" desc="Text shown on a button that confirms removal of a user.">
+ Remove this person
+ </message>
+ </if>
+ <if expr="chromeos">
+ <message name="IDS_ADD_USER_BUTTON" desc="Text shown on an add user button on login/locker screen">
+ Add user
+ </message>
+ <message name="IDS_LOGIN_POD_USER_REMOVE_WARNING_BUTTON" desc="Text shown on a button that confirms removal of a user.">
+ Remove this user
+ </message>
+ </if>
<message name="IDS_SCREEN_LOCK_SIGN_OUT">
Sign out
</message>
<message name="IDS_LOGIN_BUTTON">
Sign in
</message>
- <message name="IDS_LOGIN_POD_USER_REMOVE_WARNING_BUTTON" desc="Text shown on a button that confirms removal of a user.">
- Remove this user
- </message>
</if>
<if expr="chromeos">
<message name="IDS_LAUNCH_APP_BUTTON" desc="Text shown on the button that launches kiosk app from Chrome OS login UI">
@@ -13648,7 +13668,7 @@ After you create a new supervised user, you can manage their settings at any tim
See what's new
</message>
<message name="IDS_USER_MANAGER_TUTORIAL_SKIP" desc="Text of the button that stops the tutorial">
- Skip for now
+ Skip
</message>
<message name="IDS_USER_MANAGER_TUTORIAL_NEXT" desc="Text of the button that advances the tutorial to the next slide">
Next
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698