diff --git a/src/Widgets/SettingsPopover.vala b/src/Widgets/SettingsPopover.vala index 1410e28e0c..844f9a7501 100644 --- a/src/Widgets/SettingsPopover.vala +++ b/src/Widgets/SettingsPopover.vala @@ -114,7 +114,7 @@ public sealed class Terminal.SettingsPopover : Gtk.Popover { }; var unsafe_paste_alert_button = new Granite.SwitchModelButton (_("Unsafe Paste Alert")) { - description = _("Show a warning dialog when pasting a command with 'sudo' or multiple lines"), + description = _("Warn when pasted text contains multiple or administrative commands"), active = Application.settings.get_boolean ("unsafe-paste-alert") };