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

Unified Diff: chrome/android/java/strings/android_chrome_strings.grd

Issue 197473006: Add FeedbackReporter for reporting distillation quality. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed disableUI again and comment 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: chrome/android/java/strings/android_chrome_strings.grd
diff --git a/chrome/android/java/strings/android_chrome_strings.grd b/chrome/android/java/strings/android_chrome_strings.grd
index 9fd1e0c3c7b414274daf1ef56ac9706bc99fe0c3..1026390bfb8f27d89364d7726aabc0b08980de39 100644
--- a/chrome/android/java/strings/android_chrome_strings.grd
+++ b/chrome/android/java/strings/android_chrome_strings.grd
@@ -283,6 +283,17 @@ You are signing in with a managed account and giving its administrator control o
<message name="IDS_APP_BANNER_OPEN" desc="Text that indicates that clicking on the button will launch an application.">
Open
</message>
+
+ <!-- DOM Distiller strings -->
+ <message name="IDS_DISTILLATION_QUALITY_QUESTION" desc="Question to ask the user about whether the text from a web page was extracted correctly.">
+ Was the text extracted correctly?
+ </message>
+ <message name="IDS_DISTILLATION_QUALITY_ANSWER_YES" desc="Text for the answering whether the text from a web page was extracted correctly and the answer is yes.">
+ Yes
+ </message>
+ <message name="IDS_DISTILLATION_QUALITY_ANSWER_NO" desc="Text for the answering whether the text from a web page was extracted correctly and the answer is no.">
+ No
+ </message>
</messages>
</release>
</grit>

Powered by Google App Engine
This is Rietveld 408576698