49 lines
1.7 KiB
Diff
49 lines
1.7 KiB
Diff
From 3c0ce7d6bd4b79253eb6b9a5c54d70d1c2411da5 Mon Sep 17 00:00:00 2001
|
|
From: mazhiguo <mazhiguo@kylinos.com.cn>
|
|
Date: Wed, 4 Sep 2019 21:51:09 -0400
|
|
Subject: [PATCH] changed font name kylin 1.22.1
|
|
|
|
---
|
|
po/zh_CN.po | 2 +-
|
|
schemas/org.mate.interface.gschema.xml.in | 4 ++--
|
|
2 files changed, 3 insertions(+), 3 deletions(-)
|
|
|
|
diff --git a/po/zh_CN.po b/po/zh_CN.po
|
|
index 4b1f842..99225a9 100644
|
|
--- a/po/zh_CN.po
|
|
+++ b/po/zh_CN.po
|
|
@@ -1485,7 +1485,7 @@ msgstr "是否允许键盘锁定。"
|
|
|
|
#: ../tools/mate-color-select.c:64 ../tools/mate-color-select.desktop.in.h:1
|
|
msgid "MATE Color Selection"
|
|
-msgstr "MATE 颜色选择"
|
|
+msgstr "颜色选择"
|
|
|
|
#: ../tools/mate-color-select.desktop.in.h:2
|
|
msgid "Color selection dialog"
|
|
diff --git a/schemas/org.mate.interface.gschema.xml.in b/schemas/org.mate.interface.gschema.xml.in
|
|
index bcb2a61..a4c51a6 100644
|
|
--- a/schemas/org.mate.interface.gschema.xml.in
|
|
+++ b/schemas/org.mate.interface.gschema.xml.in
|
|
@@ -76,7 +76,7 @@
|
|
<description>A '\n' separated list of "name:color" as defined by the 'gtk-color-scheme' setting</description>
|
|
</key>
|
|
<key name="font-name" type="s">
|
|
- <default>'Sans 10'</default>
|
|
+ <default>'Noto Sans CJK SC Regular 9'</default>
|
|
<summary>Default font</summary>
|
|
<description>Name of the default font used by gtk+.</description>
|
|
</key>
|
|
@@ -111,7 +111,7 @@
|
|
<description>Whether to enable toolkit-wide animations.</description>
|
|
</key>
|
|
<key name="document-font-name" type="s">
|
|
- <default>'Sans 10'</default>
|
|
+ <default>'Noto Sans CJK SC Regular 10'</default>
|
|
<summary>Document font</summary>
|
|
<description>Name of the default font used for reading documents.</description>
|
|
</key>
|
|
--
|
|
2.18.1
|
|
|