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

Unified Diff: components/dom_distiller_strings.grdp

Issue 151003006: Add support for distilling arbitrary URLs in DOM Distiller Viewer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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/dom_distiller_strings.grdp
diff --git a/components/dom_distiller_strings.grdp b/components/dom_distiller_strings.grdp
index 611237cd611e5befcc9df693df9231f8c0e8de70..e42e8c1cf5e6976c84f7b1be7031b7990be59727 100644
--- a/components/dom_distiller_strings.grdp
+++ b/components/dom_distiller_strings.grdp
@@ -16,6 +16,12 @@
<message name="IDS_DOM_DISTILLER_WEBUI_ENTRY_ADD_FAILED" desc="The label to show when adding an article failed on the DOM Distiller debug page.">
Failed to add article.
</message>
+ <message name="IDS_DOM_DISTILLER_WEBUI_VIEW_URL" desc="The label for for the button for viewing a URL on the DOM Distiller debug page.">
shashi 2014/02/05 22:28:08 s/for for/for
nyquist 2014/02/25 20:30:24 Done.
+ View
+ </message>
+ <message name="IDS_DOM_DISTILLER_WEBUI_VIEW_URL_FAILED" desc="The label to show when viewing a URL failed on the DOM Distiller debug page.">
+ Failed to view article.
+ </message>
<message name="IDS_DOM_DISTILLER_WEBUI_REFRESH" desc="The label for the button for refreshing the list of entries on the DOM Distiller debug page.">
Refresh
</message>

Powered by Google App Engine
This is Rietveld 408576698