GNOME Bugzilla – Bug 507533
Wrong message
Last modified: 2008-01-06 19:39:17 UTC
Please describe the problem: There is a message that has no sense for me to be translated (into gswitch): msg "gtk-print" Perhaps, you should delete this message from POT file? Thanks and best regards Steps to reproduce: 1. 2. 3. Actual results: Expected results: Does this happen every time? Other information:
I do not see that message in the sources. Could you please specify where you got it from?
It's in gswitchit.glade: <child internal-child="action_area"> <widget class="GtkHButtonBox" id="dialog-action_area1"> <property name="visible">True</property> <property name="layout_style">GTK_BUTTONBOX_END</property> <child> <widget class="GtkButton" id="btnPrint"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MO TION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> -----> <property name="label" translatable="yes">gtk-print</property> <property name="use_stock">True</property> <property name="response_id">2</property> </widget> </child>
Thanks, committed!