]> git.lyx.org Git - features.git/commitdiff
Cosmetics
authorPavel Sanda <sanda@lyx.org>
Fri, 26 Jun 2009 12:40:08 +0000 (12:40 +0000)
committerPavel Sanda <sanda@lyx.org>
Fri, 26 Jun 2009 12:40:08 +0000 (12:40 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30270 a592a061-630c-0410-9148-cb99ea01b6c8

src/VCBackend.cpp

index b26853cd1dbc4e25dfdebea37b81eccea3cde22d..eece840988f54e6b2599495436aed9b986d2e2e7 100644 (file)
@@ -704,7 +704,7 @@ string SVN::lockingToggle()
 
        tmpf.erase();
        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."),
                true);