| Index: chrome/app/resources/platform_locale_settings/locale_settings_cros_zh-CN.xtb
|
| diff --git a/chrome/app/resources/platform_locale_settings/locale_settings_cros_zh-CN.xtb b/chrome/app/resources/platform_locale_settings/locale_settings_cros_zh-CN.xtb
|
| index e162d312a21e4c906ffc937015b0d195efbd2727..cfd9f1e3911bf31b88e520f86db0ef4e2bb14f9d 100644
|
| --- a/chrome/app/resources/platform_locale_settings/locale_settings_cros_zh-CN.xtb
|
| +++ b/chrome/app/resources/platform_locale_settings/locale_settings_cros_zh-CN.xtb
|
| @@ -1,13 +1,13 @@
|
| <?xml version="1.0" ?>
|
| <!DOCTYPE translationbundle>
|
| <translationbundle lang="zh-CN">
|
| -<if expr="pp_ifdef('_google_chrome')">
|
| +<if expr="_google_chrome">
|
| <translation id="IDS_STANDARD_FONT_FAMILY">MYingHeiGB18030</translation>
|
| <translation id="IDS_FIXED_FONT_FAMILY">MYingHeiGB18030</translation>
|
| <translation id="IDS_SERIF_FONT_FAMILY">MSung GB18030</translation>
|
| <translation id="IDS_SANS_SERIF_FONT_FAMILY">MYingHeiGB18030</translation>
|
| </if>
|
| -<if expr="not pp_ifdef('_google_chrome')">
|
| +<if expr="not _google_chrome">
|
| <translation id="IDS_STANDARD_FONT_FAMILY">Droid Sans Fallback</translation>
|
| <translation id="IDS_FIXED_FONT_FAMILY">Droid Sans Fallback</translation>
|
| <translation id="IDS_SANS_SERIF_FONT_FAMILY">Droid Sans Fallback</translation>
|
|
|