Skip to content

Commit

Permalink
Update src/Widgets/SettingsPopover.vala
Browse files Browse the repository at this point in the history
Improve tooltip text

Co-authored-by: Danielle Foré <[email protected]>
  • Loading branch information
Jeremy Wootten and danirabbit authored Oct 26, 2023
1 parent 6a4a2d3 commit 2e33bdb
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 @@ -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 SettingsSound)"),
active = Application.settings.get_boolean ("audible-bell")
};

Expand Down

0 comments on commit 2e33bdb

Please sign in to comment.