Skip to content

Commit

Permalink
Update src/Widgets/SettingsPopover.vala
Browse files Browse the repository at this point in the history
Improve audible bell button label

Co-authored-by: Danielle Foré <[email protected]>
  • Loading branch information
Jeremy Wootten and danirabbit committed Oct 26, 2023
1 parent 12db76a commit 6a4a2d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Widgets/SettingsPopover.vala
Original file line number Diff line number Diff line change
Expand Up @@ -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")
};
Expand Down

0 comments on commit 6a4a2d3

Please sign in to comment.