fix some glade strings
This commit is contained in:
parent
eb94b9632a
commit
6417a0ada1
|
@ -3369,7 +3369,7 @@ Agent JID - node</property>
|
||||||
<child>
|
<child>
|
||||||
<widget class="GtkCheckButton" id="show_avatars_in_roster_checkbutton">
|
<widget class="GtkCheckButton" id="show_avatars_in_roster_checkbutton">
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
<property name="tooltip" translatable="yes">If checked, Gajim will display an avatar, if one is set, for every contact in roster window</property>
|
<property name="tooltip" translatable="yes">If checked, Gajim will display avatars of contacts in roster window</property>
|
||||||
<property name="can_focus">True</property>
|
<property name="can_focus">True</property>
|
||||||
<property name="label" translatable="yes">Display avatars of contacts in roster</property>
|
<property name="label" translatable="yes">Display avatars of contacts in roster</property>
|
||||||
<property name="use_underline">True</property>
|
<property name="use_underline">True</property>
|
||||||
|
@ -3390,7 +3390,7 @@ Agent JID - node</property>
|
||||||
<child>
|
<child>
|
||||||
<widget class="GtkCheckButton" id="show_status_msgs_in_roster_checkbutton">
|
<widget class="GtkCheckButton" id="show_status_msgs_in_roster_checkbutton">
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
<property name="tooltip" translatable="yes">If checked, Gajim will display the status message, if not empty, for every contact under the contact name in roster window</property>
|
<property name="tooltip" translatable="yes">If checked, Gajim will display status messages of contacts under the contact name in roster window</property>
|
||||||
<property name="can_focus">True</property>
|
<property name="can_focus">True</property>
|
||||||
<property name="label" translatable="yes">Display status messages of contacts in roster</property>
|
<property name="label" translatable="yes">Display status messages of contacts in roster</property>
|
||||||
<property name="use_underline">True</property>
|
<property name="use_underline">True</property>
|
||||||
|
|
Loading…
Reference in New Issue