mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
tiny correction
This commit is contained in:
parent
bfab8f9435
commit
c1168f35d7
@ -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 "
|
docstring const tip = bformat(_("If this is checked, a backup of the document is created "
|
||||||
"in the backup directory (%1$s). "
|
"in the backup directory (%1$s). "
|
||||||
"The backup file has the full original path and name as file name "
|
"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."),
|
"Note that these files are hidden by default by some file managers."),
|
||||||
FileName(rc.backupdir_path).absoluteFilePath());
|
FileName(rc.backupdir_path).absoluteFilePath());
|
||||||
backupCB->setToolTip(toqstr(tip));
|
backupCB->setToolTip(toqstr(tip));
|
||||||
|
Loading…
Reference in New Issue
Block a user