mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-24 13:48:59 +00:00
* 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:
parent
aef2959b26
commit
45520d7ced
@ -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.
|
// Warn the user that the label has been changed to something else.
|
||||||
frontend::Alert::warning(_("Label names must be unique!"),
|
frontend::Alert::warning(_("Label names must be unique!"),
|
||||||
bformat(_("The label %1$s already exists,\n"
|
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);
|
setParam("name", label);
|
||||||
|
Loading…
Reference in New Issue
Block a user