mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
Cosmetics
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30270 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
db18ee7c8c
commit
5fdfa59131
@ -704,7 +704,7 @@ string SVN::lockingToggle()
|
|||||||
|
|
||||||
tmpf.erase();
|
tmpf.erase();
|
||||||
frontend::Alert::warning(_("VCN File Locking"),
|
frontend::Alert::warning(_("VCN File Locking"),
|
||||||
(locking ? _("Locking property unset.") : _("Locking property set.") + "\n")
|
(locking ? _("Locking property unset.") : _("Locking property set.")) + "\n"
|
||||||
+ _("Do not forget to commit the locking property into the repository."),
|
+ _("Do not forget to commit the locking property into the repository."),
|
||||||
true);
|
true);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user