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

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

Issue 295523002: ui: Fix usage of desktop_linux in our grd files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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_bn.xtb ('k') | ui/base/strings/app_locale_settings_ko.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_ja.xtb
diff --git a/ui/base/strings/app_locale_settings_ja.xtb b/ui/base/strings/app_locale_settings_ja.xtb
index 51a6c245370f541d56f3cf2f1cd5c37c799e20ca..a120a5ffed615c1c32b3c0da630cba198364da76 100644
--- a/ui/base/strings/app_locale_settings_ja.xtb
+++ b/ui/base/strings/app_locale_settings_ja.xtb
@@ -10,7 +10,7 @@
<if expr="is_macosx or is_ios">
<translation id="IDS_WEB_FONT_FAMILY">Helvetica,Hiragino Kaku Gothic Pro,sans-serif</translation>
</if>
-<if expr="desktop_linux and not chromeos">
+<if expr="is_linux and not chromeos">
<translation id="IDS_WEB_FONT_FAMILY">VL PGothic,Sazanami Gothic,Kochi Gothic,sans-serif</translation>
</if>
<if expr="chromeos and _google_chrome">
« no previous file with comments | « ui/base/strings/app_locale_settings_bn.xtb ('k') | ui/base/strings/app_locale_settings_ko.xtb » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698