From fd359f3f57755fcb9e5e80a5b3d5b0dad019c089b3b81b0b65941f5408213b98 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Sat, 13 Jan 2007 11:51:31 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nautilus?expand=0&rev=2 --- nautilus-181941-i18n.patch | 12 ++++++++++++ nautilus.changes | 9 +++++++++ nautilus.spec | 10 +++++++++- 3 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 nautilus-181941-i18n.patch diff --git a/nautilus-181941-i18n.patch b/nautilus-181941-i18n.patch new file mode 100644 index 0000000..e7025e7 --- /dev/null +++ b/nautilus-181941-i18n.patch @@ -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, diff --git a/nautilus.changes b/nautilus.changes index f1485a2..ee778a4 100644 --- a/nautilus.changes +++ b/nautilus.changes @@ -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 diff --git a/nautilus.spec b/nautilus.spec index 7994379..8dc89a1 100644 --- a/nautilus.spec +++ b/nautilus.spec @@ -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.