GNOME Bugzilla – Bug 454689
Messages in the gnome-screenshot --help output are not all translated
Last modified: 2008-08-10 19:50:35 UTC
The translation domain of the GOptionGroup is not set, so the description of application options doesn't show up translated.
Created attachment 91375 [details] [review] Simple fix This fix simplifies a bit on the code, there is no need (well, I'm not sure on this, only saw this part of code) to create a group and add it as main group, so I just add the entries as main entries. If the creation of the custom group is necessary, then only a g_option_group_set_translation_domain call is needed.
Reassigning to the correct gnome-utils module.
Patch looks right to me. Can it be applied ?
yep, looks fine.
committed to trunk. thanks. 2008-08-10 Emmanuele Bassi <ebassi@gnome.org> Bug 454689 – Messages in the gnome-screenshot --help output are not all translated * gnome-screenshot.c (main): Remove the useless option group and allow the translation of the application options. (Gabor Kelemen)