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

Unified Diff: components/pageinfo_strings.grdp

Issue 2232453002: Show a custom message in the page info bubble for view-source URLs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix test Created 4 years, 4 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/pageinfo_strings.grdp
diff --git a/components/pageinfo_strings.grdp b/components/pageinfo_strings.grdp
index af19bec7adabeee64c7d5e08cba9f8e94574b22d..4955f052b6f52f69a00cb349e6972d5b06a36a6f 100644
--- a/components/pageinfo_strings.grdp
+++ b/components/pageinfo_strings.grdp
@@ -60,6 +60,9 @@
<message name="IDS_PAGE_INFO_EXTENSION_PAGE" desc="Message to display in the page info bubble when the page you are on is a chrome-extension:// page. This refers to Chrome extensions.">
You are viewing an extension page.
</message>
+ <message name="IDS_PAGE_INFO_VIEW_SOURCE_PAGE" desc="Message to display in the page info bubble when you are viewing page sources by using |View page source| option from the right click menu.">
+ You are viewing source of a web page.
meacer 2016/08/12 01:05:35 Should this say "the source of a web page", "sourc
+ </message>
<if expr="not use_titlecase">
<message name="IDS_PAGEINFO_CERT_INFO_BUTTON" desc="Text of button in the page info that shows the SSL certificate.">

Powered by Google App Engine
This is Rietveld 408576698