- Fix default font for zh_TW (#154185)
This commit is contained in:
parent
37216c508c
commit
f0376e5c4e
22
nautilus-2.10.0-fix-default-font.patch
Normal file
22
nautilus-2.10.0-fix-default-font.patch
Normal file
@ -0,0 +1,22 @@
|
||||
--- libnautilus-private/apps_nautilus_preferences.schemas.in.orig 2005-05-10 14:39:57.000000000 -0400
|
||||
+++ libnautilus-private/apps_nautilus_preferences.schemas.in 2005-05-10 14:39:45.000000000 -0400
|
||||
@@ -295,7 +295,7 @@
|
||||
<type>string</type>
|
||||
<default>Sans 10</default>
|
||||
<locale name="C">
|
||||
- <default><!-- Translators: please note this can choose the default font and the size. e.g. "Monospace 8". Please do not translate "Sans". In most cases, this should be left alone. -->Sans 10</default>
|
||||
+ <default><!-- Translators: please note this can choose the size. e.g. "Sans 15". Please do not change "Sans", only change the size if you need to. In most cases, this should be left alone. -->Sans 10</default>
|
||||
<short>Desktop font</short>
|
||||
<long>
|
||||
The font description used for the icons on the desktop.
|
||||
--- po/zh_TW.po.orig 2005-05-10 14:27:10.000000000 -0400
|
||||
+++ po/zh_TW.po 2005-05-10 14:27:30.000000000 -0400
|
||||
@@ -924,7 +924,7 @@
|
||||
#. Translators: please note this can choose the default font and the size. e.g. "Monospace 8". Please do not translate "Sans". In most cases, this should be left alone.
|
||||
#: ../libnautilus-private/apps_nautilus_preferences.schemas.in.h:70
|
||||
msgid "Sans 10"
|
||||
-msgstr "AR PL KaitiM Big5 10"
|
||||
+msgstr "Sans 10"
|
||||
|
||||
#: ../libnautilus-private/apps_nautilus_preferences.schemas.in.h:71
|
||||
msgid "Show folders first in windows"
|
@ -17,7 +17,7 @@
|
||||
Name: nautilus
|
||||
Summary: Nautilus is a file manager for GNOME.
|
||||
Version: 2.10.0
|
||||
Release: 3
|
||||
Release: 4
|
||||
License: GPL
|
||||
Group: User Interface/Desktops
|
||||
Source: ftp://ftp.gnome.org/pub/GNOME/sources/2.7/%{name}/%{name}-%{version}.tar.bz2
|
||||
@ -80,6 +80,8 @@ Patch1: nautilus-2.5.7-rhconfig.patch
|
||||
|
||||
Patch10: nautilus-2.10.0-desktop-memory-saver.patch
|
||||
|
||||
Patch20: nautilus-2.10.0-fix-default-font.patch
|
||||
|
||||
%description
|
||||
Nautilus integrates access to files, applications, media,
|
||||
Internet-based resources and the Web. Nautilus delivers a dynamic and
|
||||
@ -94,6 +96,8 @@ GNOME desktop project.
|
||||
|
||||
%patch10 -p0 -b .desktop-memory-saver
|
||||
|
||||
%patch20 -p0 -b .fix-default-font
|
||||
|
||||
%build
|
||||
|
||||
libtoolize --force --copy
|
||||
@ -169,6 +173,9 @@ scrollkeeper-update
|
||||
%{_includedir}/nautilus
|
||||
|
||||
%changelog
|
||||
* Wed May 11 2005 David Zeuthen <davidz@redhat.com> 2.10.0-4
|
||||
- Fix default font for zh_TW (#154185)
|
||||
|
||||
* Sun Apr 3 2005 David Zeuthen <davidz@redhat.com> 2.10.0-3
|
||||
- Include patches for desktop background memory saving (GNOME bug #169347)
|
||||
- Obsoletes: nautilus-media (#153223)
|
||||
|
Loading…
Reference in New Issue
Block a user