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

Unified Diff: chrome/browser/resources/options/manage_profile_overlay.html

Issue 17552003: Update strings to match the final spec: two forgotten files (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 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
« no previous file with comments | « no previous file | chrome/browser/resources/options/manage_profile_overlay.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/manage_profile_overlay.html
===================================================================
--- chrome/browser/resources/options/manage_profile_overlay.html (revision 207746)
+++ chrome/browser/resources/options/manage_profile_overlay.html (working copy)
@@ -39,6 +39,9 @@
<h1 i18n-content="deleteProfileTitle"></h1>
<div class="content-area">
<div id="delete-profile-message"></div>
+ <div id="delete-managed-profile-addendum"
+ i18n-values=".innerHTML:deleteManagedProfileAddendum" hidden>
+ </div>
</div>
<div class="action-area button-strip">
<button id="delete-profile-cancel" i18n-content="cancel"></button>
@@ -71,22 +74,22 @@
</span>
</label>
</div>
- <div id="create-profile-limited-container" class="checkbox" hidden>
+ <div id="create-profile-managed-container" class="checkbox" hidden>
<label>
- <input id="create-profile-limited" type="checkbox">
- <span id="create-profile-limited-signed-in">
- <span id="create-profile-limited-signed-in-label"></span>
- <button id="create-profile-limited-signed-in-link"
+ <input id="create-profile-managed" type="checkbox">
+ <span id="create-profile-managed-signed-in">
+ <span id="create-profile-managed-signed-in-label"></span>
+ <button id="create-profile-managed-signed-in-link"
class="link-button" i18n-content="learnMore">
</button>
</span>
- <span id="create-profile-limited-not-signed-in" hidden>
- <span id="create-profile-limited-not-signed-in-label"
- i18n-content="manageProfilesLimitedNotSignedInLabel">
+ <span id="create-profile-managed-not-signed-in" hidden>
+ <span id="create-profile-managed-not-signed-in-label"
+ i18n-content="manageProfilesManagedNotSignedInLabel">
</span>
- <button id="create-profile-limited-not-signed-in-link"
+ <button id="create-profile-managed-not-signed-in-link"
class="link-button"
- i18n-content="manageProfilesLimitedNotSignedInLink">
+ i18n-content="manageProfilesManagedNotSignedInLink">
</button>
</span>
</label>
« no previous file with comments | « no previous file | chrome/browser/resources/options/manage_profile_overlay.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698