From 2e33bdb629ac4c7189a8734178c6a41fa1735b10 Mon Sep 17 00:00:00 2001 From: Jeremy Wootten Date: Thu, 26 Oct 2023 10:49:44 +0100 Subject: [PATCH] Update src/Widgets/SettingsPopover.vala MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Improve tooltip text Co-authored-by: Danielle Foré --- src/Widgets/SettingsPopover.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Widgets/SettingsPopover.vala b/src/Widgets/SettingsPopover.vala index 95b30c25b1..be73ab82cb 100644 --- a/src/Widgets/SettingsPopover.vala +++ b/src/Widgets/SettingsPopover.vala @@ -114,7 +114,7 @@ public sealed class Terminal.SettingsPopover : Gtk.Popover { }; var audible_bell_button = new Granite.SwitchModelButton (_("Event Alerts")) { - description = _("Send an event alert for invalid input or multiple possible completions (subject to system sound settings)"), + description = _("Notify for invalid input or multiple possible completions (subject to System Settings → Sound)"), active = Application.settings.get_boolean ("audible-bell") };