From f2dadec61956f66d6ab38e96e26b6b4c8d042827 Mon Sep 17 00:00:00 2001
From: Nikos Kouremenos <kourem@gmail.com>
Date: Tue, 10 Oct 2006 15:15:35 +0000
Subject: [PATCH] put tooltip on prio adjust TO (not with) status. fix #2536

---
 data/glade/account_modification_window.glade | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/data/glade/account_modification_window.glade b/data/glade/account_modification_window.glade
index ecbc6f341d..9f7ee26cf4 100644
--- a/data/glade/account_modification_window.glade
+++ b/data/glade/account_modification_window.glade
@@ -336,8 +336,9 @@
 	      <child>
 		<widget class="GtkCheckButton" id="adjust_priority_with_status_checkbutton">
 		  <property name="visible">True</property>
+		  <property name="tooltip" translatable="yes">Priority will change automatically according to your status.</property>
 		  <property name="can_focus">True</property>
-		  <property name="label" translatable="yes">_Adjust with status</property>
+		  <property name="label" translatable="yes">_Adjust to status</property>
 		  <property name="use_underline">True</property>
 		  <property name="relief">GTK_RELIEF_NORMAL</property>
 		  <property name="focus_on_click">True</property>
-- 
GitLab