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

Unified Diff: ui/base/strings/app_locale_settings_ml.xtb

Issue 146963007: Teach locales about *BSD (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use pp_ifdef('desktop_linux') 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
« no previous file with comments | « ui/base/strings/app_locale_settings_ko.xtb ('k') | ui/base/strings/app_locale_settings_th.xtb » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/strings/app_locale_settings_ml.xtb
diff --git a/ui/base/strings/app_locale_settings_ml.xtb b/ui/base/strings/app_locale_settings_ml.xtb
index 27292f926b3ee68e433d61f8ae1a35daaab463b4..6bb1347de862f8330c3ddcedfeed97566fd9fe5c 100644
--- a/ui/base/strings/app_locale_settings_ml.xtb
+++ b/ui/base/strings/app_locale_settings_ml.xtb
@@ -9,7 +9,7 @@
<translation id="IDS_WEB_FONT_FAMILY">'Segoe UI',Arial,AnjaliOldLipi,Rachana,Kartika</translation>
<translation id="IDS_WEB_FONT_FAMILY_XP">Arial,AnjaliOldLipi,Rachana,Kartika</translation>
</if>
-<if expr="is_linux and not pp_ifdef('chromeos')">
+<if expr="pp_ifdef('desktop_linux') and not pp_ifdef('chromeos')">
<translation id="IDS_WEB_FONT_FAMILY">Arial,AnjaliOldLipi,Rachana,Kartika,sans-serif</translation>
</if>
<if expr="pp_ifdef('chromeos')">
« no previous file with comments | « ui/base/strings/app_locale_settings_ko.xtb ('k') | ui/base/strings/app_locale_settings_th.xtb » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698