After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 507533 - Wrong message
Wrong message
Status: RESOLVED FIXED
Product: gnome-applets
Classification: Other
Component: keyboard indicator (gswitchit)
2.21.x
Other All
: Normal normal
: ---
Assigned To: gnome-applets Maintainers
gnome-applets Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-01-05 19:15 UTC by dooteo
Modified: 2008-01-06 19:39 UTC
See Also:
GNOME target: ---
GNOME version: 2.21/2.22



Description dooteo 2008-01-05 19:15:29 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:
Comment 1 Sergey V. Udaltsov 2008-01-06 01:37:50 UTC
I do not see that message in the sources. Could you please specify where you got it from?
Comment 2 Callum McKenzie 2008-01-06 05:29:51 UTC
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>
 

Comment 3 Sergey V. Udaltsov 2008-01-06 19:39:01 UTC
Thanks, committed!