aboutsummaryrefslogtreecommitdiff
path: root/ayatanawebmail
diff options
context:
space:
mode:
authorRobert Tari <robert@tari.in>2023-06-22 02:12:12 +0200
committerRobert Tari <robert@tari.in>2023-06-22 02:12:12 +0200
commit457f1e15e5185f8229c8987e4ce4003e732e8647 (patch)
tree8176bf3b6e5e81b3fdb99de5ee473e4aa51b8665 /ayatanawebmail
parentaf15cbb00f190089638a22e0f5d2fee58325eff6 (diff)
downloadayatana-webmail-457f1e15e5185f8229c8987e4ce4003e732e8647.tar.gz
ayatana-webmail-457f1e15e5185f8229c8987e4ce4003e732e8647.tar.bz2
ayatana-webmail-457f1e15e5185f8229c8987e4ce4003e732e8647.zip
ayatanawebmail/dialog.py: Add a tooltip to the command chooser
Diffstat (limited to 'ayatanawebmail')
-rwxr-xr-xayatanawebmail/dialog.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ayatanawebmail/dialog.py b/ayatanawebmail/dialog.py
index 8125382..9f7b320 100755
--- a/ayatanawebmail/dialog.py
+++ b/ayatanawebmail/dialog.py
@@ -358,6 +358,7 @@ class PreferencesDialog(Gtk.Dialog):
commandbox = Gtk.Box(orientation=Gtk.Orientation.HORIZONTAL, spacing=10)
commandbox.add(Gtk.Label(_('Execute this command when a message is received:'), xalign=0))
commandbox.pack_end(self.commandchooser, True, True, 0)
+ commandbox.set_tooltip_text (_('If a command is set, it will be called with the following parameters: sender, subject, IMAP host'))
if self.commandchooser.get_allocated_width() < 180:
self.commandchooser.set_size_request(180, 0)