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

Unified Diff: components/bookmark_bar_strings.grdp

Issue 769153007: Managed bookmarks for supervised users (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 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:
View side-by-side diff with in-line comments
Download patch
Index: components/bookmark_bar_strings.grdp
diff --git a/components/bookmark_bar_strings.grdp b/components/bookmark_bar_strings.grdp
index 28c748677a26ad8ffce82b923081fd006127e1f7..fa709fb9ab5a9afb9aaf2bb35937ea5ffbd43014 100644
--- a/components/bookmark_bar_strings.grdp
+++ b/components/bookmark_bar_strings.grdp
@@ -37,6 +37,9 @@
<message name="IDS_BOOKMARK_BAR_MANAGED_FOLDER_DEFAULT_NAME" desc="Name shown in the tree for the managed bookmarks folder, when the managed bookmarks don't come from a domain">
Managed bookmarks
</message>
+ <message name="IDS_BOOKMARK_BAR_SUPERVISED_FOLDER_DEFAULT_NAME" desc="Name shown in the tree for the managed bookmarks folder for supervised users, when the general managed bookmarks are not active.">
+ Supervised bookmarks
Pam (message me for reviews) 2015/01/14 14:03:37 This is shown even when the general managed bookma
Marc Treib 2015/01/14 16:40:50 Right. Leftover from Friedrich's old code where I
+ </message>
</if>
<if expr="use_titlecase">
<message name="IDS_BOOKMARK_BAR_MOBILE_FOLDER_NAME" desc="In Title Case: Name shown in the tree for the mobile bookmarks folder">
@@ -51,5 +54,8 @@
<message name="IDS_BOOKMARK_BAR_MANAGED_FOLDER_DEFAULT_NAME" desc="In Title Case: Name shown in the tree for the managed bookmarks folder, when the managed bookmarks don't come from a domain">
Managed Bookmarks
</message>
+ <message name="IDS_BOOKMARK_BAR_SUPERVISED_FOLDER_DEFAULT_NAME" desc="In Title Case: Name shown in the tree for the managed bookmarks folder for supervised users, when the general managed bookmarks are not active.">
+ Supervised Bookmarks
Pam (message me for reviews) 2015/01/14 14:03:37 Ditto x 2 above
Marc Treib 2015/01/14 16:40:50 Done.
+ </message>
</if>
</grit-part>

Powered by Google App Engine
This is Rietveld 408576698