Skip to content

Commit

Permalink
Remove full stop
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Paul Wootten authored and Jeremy Paul Wootten committed Oct 21, 2023
1 parent fef31c0 commit 03d19a9
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 (_("Audible Bell")) {
description = _("Send an event alert for invalid input or multiple possible completions (subject to system sound settings)."),
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 03d19a9

Please sign in to comment.