This commit is contained in:
parent
44143a4d57
commit
fd359f3f57
12
nautilus-181941-i18n.patch
Normal file
12
nautilus-181941-i18n.patch
Normal file
@ -0,0 +1,12 @@
|
||||
diff -ur nautilus-2.16.1/src/nautilus-property-browser.c nautilus-2.16.1.fixed/src/nautilus-property-browser.c
|
||||
--- nautilus-2.16.1/src/nautilus-property-browser.c 2006-06-16 11:04:09.000000000 -0400
|
||||
+++ nautilus-2.16.1.fixed/src/nautilus-property-browser.c 2007-01-08 11:58:42.000000000 -0500
|
||||
@@ -1829,7 +1829,7 @@
|
||||
|
||||
g_free (reset_image_file_name);
|
||||
|
||||
- reset_image = labeled_image_new ("Reset", reset_chit, RESET_IMAGE_NAME, PANGO_SCALE_MEDIUM);
|
||||
+ reset_image = labeled_image_new (_("Reset"), reset_chit, RESET_IMAGE_NAME, PANGO_SCALE_MEDIUM);
|
||||
gtk_container_add (GTK_CONTAINER (property_browser->details->content_table), reset_image);
|
||||
eel_wrap_table_reorder_child (EEL_WRAP_TABLE (property_browser->details->content_table),
|
||||
reset_image,
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 12 21:39:49 CET 2007 - mtgordon@suse.de
|
||||
|
||||
- Added nautilus-181941-i18n.patch to mark for translation a
|
||||
previously unmarked string (marked in other locations in the app,
|
||||
sparing the need for further l10n). Fixes
|
||||
https://bugzilla.novell.com/show_bug.cgi?id=181941 and sent upstream
|
||||
at http://bugzilla.gnome.org/show_bug.cgi?id=394328
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 18 14:33:50 CET 2006 - sbrabec@suse.cz
|
||||
|
||||
|
@ -15,7 +15,7 @@ BuildRequires: cdparanoia eel-devel gnome-common gnome-icon-theme gnome-patch-t
|
||||
License: GNU General Public License (GPL)
|
||||
Group: Productivity/File utilities
|
||||
Version: 2.16.1
|
||||
Release: 41
|
||||
Release: 43
|
||||
Summary: The GNOME 2.x Desktop File Manager
|
||||
Source: ftp://ftp.gnome.org/pub/gnome/sources/nautilus/2.16/%{name}-%{version}.tar.bz2
|
||||
URL: http://www.gnome.org
|
||||
@ -36,6 +36,7 @@ Patch13: nautilus-6014-network-servers-in-places-sidebar.diff
|
||||
Patch14: nautilus-206369-desktop-icon-overlap.diff
|
||||
Patch15: nautilus-drives-and-volumes-on-desktop.diff
|
||||
Patch16: nautilus-debug-log.diff
|
||||
Patch17: nautilus-181941-i18n.patch
|
||||
Requires: gnome2-user-docs gnome-icon-theme
|
||||
Provides: nautilus2
|
||||
Obsoletes: nautilus2
|
||||
@ -84,6 +85,7 @@ gnome-patch-translation-prepare
|
||||
%patch14 -p1
|
||||
%patch15 -p1
|
||||
%patch16 -p0
|
||||
%patch17 -p1
|
||||
# FIXME: this code updates translation for upstreamed patches.
|
||||
cd po
|
||||
intltool-update --pot
|
||||
@ -168,6 +170,12 @@ fi
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
|
||||
%changelog -n nautilus
|
||||
* Fri Jan 12 2007 - mtgordon@suse.de
|
||||
- Added nautilus-181941-i18n.patch to mark for translation a
|
||||
previously unmarked string (marked in other locations in the app,
|
||||
sparing the need for further l10n). Fixes
|
||||
https://bugzilla.novell.com/show_bug.cgi?id=181941 and sent upstream
|
||||
at http://bugzilla.gnome.org/show_bug.cgi?id=394328
|
||||
* Mon Dec 18 2006 - sbrabec@suse.cz
|
||||
- Prefix changed to /usr.
|
||||
- Spec file cleanup.
|
||||
|
Loading…
x
Reference in New Issue
Block a user