From 45520d7ced9ed4ad899a89b685db33d0b055e6f7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=BCrgen=20Spitzm=C3=BCller?= Date: Mon, 3 Mar 2008 13:58:18 +0000 Subject: [PATCH] * src/insets/InsetLabel.cpp (doDispatch): - typo. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23413 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/insets/InsetLabel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/insets/InsetLabel.cpp b/src/insets/InsetLabel.cpp index 80d46ab750..57ec16ad9f 100644 --- a/src/insets/InsetLabel.cpp +++ b/src/insets/InsetLabel.cpp @@ -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); -- 2.39.5