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

Unified Diff: chrome/app/generated_resources.grd

Issue 1140763003: [Extensions] Show enterprise policy icon in the context menu when unremovable (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 d04618505a49475ceec14e66a38a09d2a8e9e724..600323376076c3fbed206130faede11b9c12a76c 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -4991,6 +4991,9 @@ Even if you have downloaded files from this website before, the website might ha
<message name="IDS_EXTENSIONS_OPTIONS_MENU_ITEM" desc="The text for the options menu item in context menus (sentence case).">
Options
</message>
+ <message name="IDS_EXTENSIONS_INSTALLED_BY_ADMIN" desc="The text indicating that an extension has been installed by the controlling administrator (sentence case).">
+ Installed by your administrator
+ </message>
<message name="IDS_EXTENSIONS_DISABLE" desc="The link for disabling an extension (sentence case).">
Disable
</message>
@@ -5017,6 +5020,9 @@ Even if you have downloaded files from this website before, the website might ha
<message name="IDS_EXTENSIONS_OPTIONS_MENU_ITEM" desc="The text for the options menu item in context menus (title case).">
Options
</message>
+ <message name="IDS_EXTENSIONS_INSTALLED_BY_ADMIN" desc="The text indicating that an extension has been installed by the controlling administrator (title case).">
+ Installed by Your Administrator
+ </message>
<message name="IDS_EXTENSIONS_DISABLE" desc="The link for disabling an extension (title case).">
Disable
</message>

Powered by Google App Engine
This is Rietveld 408576698