* src/insets/InsetLabel.cpp (doDispatch):

- typo.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23413 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jürgen Spitzmüller 2008-03-03 13:58:18 +00:00
parent aef2959b26
commit 45520d7ced

View File

@ -63,7 +63,7 @@ void InsetLabel::update(docstring const & new_label, bool updaterefs)
// Warn the user that the label has been changed to something else.
frontend::Alert::warning(_("Label names must be unique!"),
bformat(_("The label %1$s already exists,\n"
"it will been changed to %2$s."), new_label, label));
"it will be changed to %2$s."), new_label, label));
}
setParam("name", label);