GNOME Bugzilla – Bug 334543
untranslated text in titlebar of nautilus search window
Last modified: 2006-03-18 07:37:09 UTC
Please describe the problem: Once you've entered a searchterm and made the search, the title in window is no longer translated and reads Search for %s. Steps to reproduce: 1. 2. 3. Actual results: Expected results: Does this happen every time? Other information:
Created attachment 61232 [details] [review] Proposed fix This patch marks the strings for translation. And this should also be done: s/libgnome\/gnome-i18n/glib\/gi18n/
Created attachment 61234 [details] [review] Better fix Oops, forgot to add nautilus-query.c to POTFILES.in in the previous patch. Fixed in this version. I've also replaced deprecated API with the correct #include: find . -name '*.c' -exec sed -i -s 's/libgnome\/gnome-i18n/glib\/gi18n/' {} \;
Thanks, committed: 2006-03-18 Martin Wehner <martin.wehner@gmail.com> * libnautilus-private/*.c: * src/file-manager/*.c: * src/*.c: Use gi18n.h instead of deprecated gnome-i18n.h header. * libnautilus-private/nautilus-query.c: (nautilus_query_to_readable_string): Mark string for translation. * po/POTFILES.in: Add nautilus-query.c Patch from Wouter Bolsterlee <uws+gnome@xs4all.nl>
*** Bug 334650 has been marked as a duplicate of this bug. ***
*** Bug 334325 has been marked as a duplicate of this bug. ***