at startup becomes on
This commit is contained in:
parent
9f91b28e12
commit
ba6fcb4503
|
@ -978,7 +978,7 @@
|
|||
<property name="visible">True</property>
|
||||
<property name="tooltip" translatable="yes">If checked, Gajim, when launched, will automatically connect to jabber using this account</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="label" translatable="yes">C_onnect at startup</property>
|
||||
<property name="label" translatable="yes">C_onnect on Gajim startup</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="relief">GTK_RELIEF_NORMAL</property>
|
||||
<property name="focus_on_click">True</property>
|
||||
|
@ -5303,7 +5303,7 @@ Disabled</property>
|
|||
<child>
|
||||
<widget class="GtkComboBox" id="applications_combobox">
|
||||
<property name="visible">True</property>
|
||||
<property name="items" translatable="yes">Autodetect at every application startup
|
||||
<property name="items" translatable="yes">Autodetect on every Gajim startup
|
||||
Always use GNOME default applications
|
||||
Always use KDE default applications
|
||||
Custom</property>
|
||||
|
@ -5671,7 +5671,7 @@ Custom</property>
|
|||
<child>
|
||||
<widget class="GtkCheckButton" id="show_roster_on_startup_checkbutton">
|
||||
<property name="can_focus">True</property>
|
||||
<property name="label" translatable="yes">Show roster window at application startup</property>
|
||||
<property name="label" translatable="yes">Show roster window on Gajim startup</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="relief">GTK_RELIEF_NORMAL</property>
|
||||
<property name="focus_on_click">True</property>
|
||||
|
@ -5711,7 +5711,7 @@ Custom</property>
|
|||
<widget class="GtkCheckButton" id="check_for_new_version_checkbutton">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="label" translatable="yes">Check for new _version at application startup</property>
|
||||
<property name="label" translatable="yes">Check for new _version on Gajim startup</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="relief">GTK_RELIEF_NORMAL</property>
|
||||
<property name="focus_on_click">True</property>
|
||||
|
|
Loading…
Reference in New Issue