Cosmetics

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30270 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2009-06-26 12:40:08 +00:00
parent db18ee7c8c
commit 5fdfa59131

View File

@ -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);