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") };