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

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

Issue 483183002: Add font family selector ui for distilled page viewer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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: 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 5eaaace201e24ce0896a8c362b39709e396b3d8e..1f7d77166badc6b83d926aac21f816c3ce7f2430 100644
--- a/chrome/android/java/strings/android_chrome_strings.grd
+++ b/chrome/android/java/strings/android_chrome_strings.grd
@@ -363,6 +363,15 @@ You are signing in with a managed account and giving its administrator control o
<message name="IDS_SEPIA_MODE" desc="Title of button that will change theme of distilled pages to sepia mode.">
Sepia
</message>
+ <message name="IDS_SANS_SERIF" desc="Title of the selector button that will change the typeface of distilled pages to use a SansSerif font.">
+ Sans Serif
+ </message>
+ <message name="IDS_SERIF" desc="Title of the selector button that will change the typeface of distilled pages to use a Serif font.">
+ Serif
+ </message>
+ <message name="IDS_MONOSPACE" desc="Title of the selector button that will change the typeface of distilled pages to use a Monospace font.">
+ Monospace
+ </message>
<message name="IDS_TEXT_SIZE_SIGNIFIER" desc="A typical letter of the alphabet. This is drawn on either end of a slider bar that allows the user to change the font size. On one end, it is drawn smaller and on the other end larger.">
A
</message>

Powered by Google App Engine
This is Rietveld 408576698