* src/MenuBackend.C: Import plain text: align

labels with menu entries in stdmenus.inc


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16788 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Michael Schmitt 2007-01-20 18:38:06 +00:00
parent 06df38b7f1
commit e222e80510

View File

@ -537,9 +537,9 @@ void expandFormats(MenuItem::Kind kind, Menu & tomenu, Buffer const * buf)
switch (kind) {
case MenuItem::ImportFormats:
if ((*fit)->name() == "text")
label = _("Plain Text as Lines");
label = _("Plain Text");
else if ((*fit)->name() == "textparagraph")
label = _("Plain Text as Paragraphs");
label = _("Plain Text, Join Lines");
label += "...";
break;
case MenuItem::ViewFormats: