remove _ in preference window, event tab, event combobox
This commit is contained in:
parent
9fb0a1e29c
commit
e485fd3262
|
@ -934,9 +934,9 @@ Disabled</property>
|
|||
<widget class="GtkComboBox" id="on_event_combobox">
|
||||
<property name="visible">True</property>
|
||||
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
||||
<property name="items" translatable="yes">_Pop it up
|
||||
_Notify me about it
|
||||
Show only in _roster</property>
|
||||
<property name="items" translatable="yes">Pop it up
|
||||
Notify me about it
|
||||
Show only in roster</property>
|
||||
<signal name="changed" handler="on_on_event_combobox_changed"/>
|
||||
</widget>
|
||||
<packing>
|
||||
|
|
Loading…
Reference in New Issue