From: Michael Schmitt Date: Sat, 20 Jan 2007 18:38:06 +0000 (+0000) Subject: * src/MenuBackend.C: Import plain text: align X-Git-Tag: 1.6.10~11114 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=e222e80510bbf7765e87e0bbe816c83d33f30b54;p=lyx.git * 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 --- diff --git a/src/MenuBackend.C b/src/MenuBackend.C index 81d6a5db90..9dfede0ab1 100644 --- a/src/MenuBackend.C +++ b/src/MenuBackend.C @@ -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: