add tooltips for extra gmail details and for default status msg so svn is somehow UF
This commit is contained in:
parent
fa4080f784
commit
40a137c4b7
|
@ -900,6 +900,7 @@ Per type</property>
|
|||
<widget class="GtkFontButton" id="conversation_fontbutton">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="title" translatable="yes">Επιλογή μιας γραμματοσειράς</property>
|
||||
<property name="show_style">True</property>
|
||||
<property name="show_size">True</property>
|
||||
<property name="use_font">False</property>
|
||||
|
@ -951,6 +952,7 @@ Per type</property>
|
|||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="use_alpha">False</property>
|
||||
<property name="title" translatable="yes">Επιλογή χρώματος</property>
|
||||
<property name="focus_on_click">True</property>
|
||||
<signal name="color_set" handler="on_outgoing_msg_colorbutton_color_set" last_modification_time="Sun, 06 Mar 2005 14:07:56 GMT"/>
|
||||
</widget>
|
||||
|
@ -969,6 +971,7 @@ Per type</property>
|
|||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="use_alpha">False</property>
|
||||
<property name="title" translatable="yes">Επιλογή χρώματος</property>
|
||||
<property name="focus_on_click">True</property>
|
||||
<signal name="color_set" handler="on_url_msg_colorbutton_color_set" last_modification_time="Sun, 25 Dec 2005 15:22:17 GMT"/>
|
||||
</widget>
|
||||
|
@ -1096,6 +1099,7 @@ Per type</property>
|
|||
<property name="can_focus">True</property>
|
||||
<property name="has_focus">True</property>
|
||||
<property name="use_alpha">False</property>
|
||||
<property name="title" translatable="yes">Επιλογή χρώματος</property>
|
||||
<property name="focus_on_click">True</property>
|
||||
<signal name="color_set" handler="on_incoming_msg_colorbutton_color_set" last_modification_time="Sun, 06 Mar 2005 14:07:44 GMT"/>
|
||||
</widget>
|
||||
|
@ -1114,6 +1118,7 @@ Per type</property>
|
|||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="use_alpha">False</property>
|
||||
<property name="title" translatable="yes">Επιλογή χρώματος</property>
|
||||
<property name="focus_on_click">True</property>
|
||||
<signal name="color_set" handler="on_status_msg_colorbutton_color_set" last_modification_time="Sun, 06 Mar 2005 14:08:04 GMT"/>
|
||||
</widget>
|
||||
|
@ -2538,6 +2543,13 @@ Disabled</property>
|
|||
</packing>
|
||||
</child>
|
||||
|
||||
<child>
|
||||
<widget class="GtkEventBox" id="eventbox6">
|
||||
<property name="visible">True</property>
|
||||
<property name="tooltip" translatable="yes">An example: If you have enabled status message for away, Gajim won't ask you anymore for a status message when you change your status to away; it will use the default one set here</property>
|
||||
<property name="visible_window">True</property>
|
||||
<property name="above_child">False</property>
|
||||
|
||||
<child>
|
||||
<widget class="GtkExpander" id="expander1">
|
||||
<property name="visible">True</property>
|
||||
|
@ -2594,6 +2606,8 @@ Disabled</property>
|
|||
</packing>
|
||||
</child>
|
||||
</widget>
|
||||
</child>
|
||||
</widget>
|
||||
<packing>
|
||||
<property name="padding">0</property>
|
||||
<property name="expand">False</property>
|
||||
|
@ -3193,6 +3207,7 @@ Custom</property>
|
|||
<child>
|
||||
<widget class="GtkCheckButton" id="notify_gmail_extra_checkbutton">
|
||||
<property name="visible">True</property>
|
||||
<property name="tooltip" translatable="yes">If checked, Gajim will also include information about the sender of the new emails</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="label" translatable="yes">Display _extra email details</property>
|
||||
<property name="use_underline">True</property>
|
||||
|
|
Loading…
Reference in New Issue