Save translators work

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30284 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2009-06-28 11:14:27 +00:00
parent 43caa1fe8a
commit ee863456a1

View File

@ -708,7 +708,7 @@ string SVN::lockingToggle()
+ _("Do not forget to commit the locking property into the repository."),
true);
return N_("SVN: Locking property set.");
return string("SVN: ") + N_("Locking property set.");
}