mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
* 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:
parent
06df38b7f1
commit
e222e80510
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user