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

Unified Diff: extensions/extensions_strings.grd

Issue 405653005: Fixing consistency of permissions warning strings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/extensions_strings.grd
diff --git a/extensions/extensions_strings.grd b/extensions/extensions_strings.grd
index 63840fc2603066c9b65aebf525e5b8b9b01512c1..878affd56d1416fcf4418ac615d4f5013a697d6e 100644
--- a/extensions/extensions_strings.grd
+++ b/extensions/extensions_strings.grd
@@ -284,13 +284,13 @@
<!-- Settings override strings. Please keep alphabetized. -->
<message name="IDS_EXTENSION_PROMPT_WARNING_HOME_PAGE_SETTING_OVERRIDE" desc="Permission string for home page override.">
- Change your home page to: <ph name="HOME_PAGE">$1<ex>home.page.com/home.html</ex></ph>
+ Change your browser's home page to: <ph name="HOME_PAGE">$1<ex>home.page.com/home.html</ex></ph>
felt 2014/07/18 23:32:47 Do we need "browser's" here? (Same for the others)
mhm 2014/07/19 00:07:30 No we don't. I agree it is better without it but I
felt 2014/07/19 00:26:24 I liked it better before without "browser" so can
</message>
<message name="IDS_EXTENSION_PROMPT_WARNING_SEARCH_SETTINGS_OVERRIDE" desc="Permission string for search settings override.">
- Change your search settings to: <ph name="SEARCH_HOST">$1<ex>url.search.com</ex></ph>
+ Change your browser's search settings to: <ph name="SEARCH_HOST">$1<ex>url.search.com</ex></ph>
</message>
<message name="IDS_EXTENSION_PROMPT_WARNING_START_PAGE_SETTING_OVERRIDE" desc="Permission string for start page override.">
- Change your start page to: <ph name="START_PAGE">$1<ex>start.page.com/start.html</ex></ph>
+ Change your browser's start page to: <ph name="START_PAGE">$1<ex>start.page.com/start.html</ex></ph>
</message>
<!-- Sockets API strings. Please keep alphabetized. -->
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698