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

Unified Diff: components/policy_strings.grdp

Issue 197013007: Set drive as the default download folder (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixes build errors Created 6 years, 9 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/policy_strings.grdp
diff --git a/components/policy_strings.grdp b/components/policy_strings.grdp
index 519c4dfc26bc198a8a7846b3cac1b2a7e475612b..c880f7fe7b3b7dc29a7759043f5c2d74bec44e92 100644
--- a/components/policy_strings.grdp
+++ b/components/policy_strings.grdp
@@ -197,6 +197,9 @@
<message name="IDS_POLICY_JSON_PARSE_ERROR" desc="The text displayed in the status column when a policy that should have been specified in JSON format could not be parsed.">
Failed to parse JSON format: <ph name="JSON_PARSE_ERROR">$1<ex>Unexpected token.</ex></ph>
</message>
+ <message name="IDS_POLICY_SCOPE_ERROR" desc="Text displayed in the status column when an incorrect value is set for the policy scope.">
bartfab (slow) 2014/03/14 13:43:45 Nit: s/an incorrect value is set for the policy sc
+ Policy scope is not supported.
+ </message>
<message name="IDS_POLICY_OK" desc="Text displayed in the status column when a valid value is set for a policy.">
OK
</message>

Powered by Google App Engine
This is Rietveld 408576698