commit c1168f35d70af287b0765377883c6213237c5d2e
Author: Juergen Spitzmueller <sp...@lyx.org>
Date:   Wed Feb 15 11:46:37 2023 +0100

    tiny correction
---
 src/frontends/qt/GuiPrefs.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/frontends/qt/GuiPrefs.cpp b/src/frontends/qt/GuiPrefs.cpp
index 70fe86a..9480dc2 100644
--- a/src/frontends/qt/GuiPrefs.cpp
+++ b/src/frontends/qt/GuiPrefs.cpp
@@ -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));
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to