diff --git a/src/Widgets/SettingsPopover.vala b/src/Widgets/SettingsPopover.vala index c93b7191c0..95b30c25b1 100644 --- a/src/Widgets/SettingsPopover.vala +++ b/src/Widgets/SettingsPopover.vala @@ -113,7 +113,7 @@ public sealed class Terminal.SettingsPopover : Gtk.Popover { active = Application.settings.get_boolean ("natural-copy-paste") }; - var audible_bell_button = new Granite.SwitchModelButton (_("Audible Bell")) { + 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)"), active = Application.settings.get_boolean ("audible-bell") };