From 5c8c6933a0a25f8dec9c408e4c6ed83f52ae5bc1 Mon Sep 17 00:00:00 2001
From: Yann Leboulanger <asterix@lagaule.org>
Date: Tue, 6 Jan 2009 09:43:52 +0000
Subject: [PATCH] add signification of $S and $T in autoaway status message
 tooltips. Fixes #4617

---
 data/glade/preferences_window.glade | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/data/glade/preferences_window.glade b/data/glade/preferences_window.glade
index 27d0e5c6b..4c31a2233 100644
--- a/data/glade/preferences_window.glade
+++ b/data/glade/preferences_window.glade
@@ -859,7 +859,9 @@ Disabled</property>
                               <widget class="GtkEntry" id="auto_xa_message_entry">
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
-                                <property name="tooltip" translatable="yes">The auto not available status message. If empty, Gajim will not change the current status message</property>
+                                <property name="tooltip" translatable="yes">The auto not available status message. If empty, Gajim will not change the current status message
+$S will be replaced by previous status message
+$T will be replaced by auto-not-available timeout</property>
                                 <signal name="changed" handler="on_auto_xa_message_entry_changed"/>
                               </widget>
                               <packing>
@@ -874,7 +876,9 @@ Disabled</property>
                               <widget class="GtkEntry" id="auto_away_message_entry">
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
-                                <property name="tooltip" translatable="yes">The auto away status message. If empty, Gajim will not change the current status message</property>
+                                <property name="tooltip" translatable="yes">The auto away status message. If empty, Gajim will not change the current status message
+$S will be replaced by previous status message
+$T will be replaced by auto-away timeout</property>
                                 <signal name="changed" handler="on_auto_away_message_entry_changed"/>
                               </widget>
                               <packing>