]> git.lyx.org Git - lyx.git/commitdiff
tiny correction
authorJuergen Spitzmueller <spitz@lyx.org>
Wed, 15 Feb 2023 10:46:37 +0000 (11:46 +0100)
committerJuergen Spitzmueller <spitz@lyx.org>
Wed, 15 Feb 2023 10:46:37 +0000 (11:46 +0100)
src/frontends/qt/GuiPrefs.cpp

index 70fe86aeb3102ede87fa903d6c31f04d8e7caa01..9480dc2c6f8387b9d1bf696204beda70ccf581cb 100644 (file)
@@ -2779,7 +2779,7 @@ void PrefDocHandling::updateRC(LyXRC const & rc)
                docstring const tip = bformat(_("If this is checked, a backup of the document is created "
                                                "in the backup directory (%1$s). "
                                                "The backup file has the full original path and name as file name "
-                                               "and the suffix \'.lyx~\' (e.g., mydir!filename.lyx~). "
+                                               "and the suffix \'.lyx~\' (e.g., !mydir!filename.lyx~). "
                                                "Note that these files are hidden by default by some file managers."),
                                              FileName(rc.backupdir_path).absoluteFilePath());
                backupCB->setToolTip(toqstr(tip));