From 457f1e15e5185f8229c8987e4ce4003e732e8647 Mon Sep 17 00:00:00 2001 From: Robert Tari Date: Thu, 22 Jun 2023 02:12:12 +0200 Subject: ayatanawebmail/dialog.py: Add a tooltip to the command chooser --- ayatanawebmail/dialog.py | 1 + 1 file changed, 1 insertion(+) (limited to 'ayatanawebmail') 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) -- cgit v1.2.3