GNOME Bugzilla – Bug 393527
GStreamer settings variables untranslated
Last modified: 2007-01-07 19:28:00 UTC
Please describe the problem: Filed originally as: https://bugzilla.novell.com/show_bug.cgi?id=220302 Image of untranslated strings: https://bugzilla.novell.com/attachment.cgi?id=104865&action=view Steps to reproduce: 1. 2. 3. Actual results: Expected results: Does this happen every time? Other information:
Created attachment 79528 [details] [review] Trivial fix
In gstreamer-properties.c, line 540, please change the _() into a gettext(), since it's not a static string and even if it was, we don't want to mark it, since your patch already marks them for translation. After that, feel free to apply.
2007-01-06 Ronald S. Bultje,,, <rbultje@gnome.org> * gstreamer-properties/gstreamer-properties.c: (create_pipeline_menu): Use gettext(), not _(), since it's not a constant string. * gstreamer-properties/pipeline-constants.c: Mark pipeline descriptors for translation, patch provided by Gabor Kelemen <kelemeng@gnome.hu> (#393527).
Thanks for the quick response. Could you commit this to gnome-2-16 branch too?
Are there any releases left for 2.16? I thin it'd be easier to just continue on the 2.18 track... If you insist, feel free to apply (I don't have a 2.16 checkout and don't yet know how to checkout branches with svn).
Yes, http://live.gnome.org/TwoPointSeventeen says 2.16.3 is due at the end of this month. I'm going to backport this to 2-16 branch. About basics of svn, here is a good tutorial: http://developer.gnome.org/tools/svn.html