]> git.lyx.org Git - features.git/commitdiff
typo
authorPavel Sanda <sanda@lyx.org>
Fri, 14 Apr 2023 08:53:37 +0000 (10:53 +0200)
committerPavel Sanda <sanda@lyx.org>
Fri, 14 Apr 2023 08:53:37 +0000 (10:53 +0200)
src/frontends/qt/GuiPrefs.cpp

index 4368b683e299fcff55c4486a9e0cc8974ba6d2f3..4fb34521777bbdf0bd51fcb24dea1d45dd749e64 100644 (file)
@@ -1886,7 +1886,7 @@ void PrefConverters::on_needauthCB_toggled(bool checked)
        }
 
        int ret = frontend::Alert::prompt(
-               _("SECURITY WARNING!"), _("Unchecking this option has the effect that potentially harmful converters would be run without asking your permission first. This is UNSAFE and NOT recommended, unless you know what you are doing. Are you sure you would like to proceed ? The recommended and safe answer is NO!"),
+               _("SECURITY WARNING!"), _("Unchecking this option has the effect that potentially harmful converters would be run without asking your permission first. This is UNSAFE and NOT recommended, unless you know what you are doing. Are you sure you would like to proceed? The recommended and safe answer is NO!"),
                0, 0, _("&No"), _("&Yes"));
        if (ret == 1)
                changed();