]> git.lyx.org Git - lyx.git/blobdiff - src/MenuBackend.C
add missing writeNormal() methods to some insets
[lyx.git] / src / MenuBackend.C
index 4f44e3fa60379ddf7c9fe124c45aeeebef122161..2525758134db97639d67da6bc4a9f52f2462dfe9 100644 (file)
@@ -366,8 +366,7 @@ void Menu::expand(Menu & tomenu, Buffer * buf) const
                                int const action =  lyxaction
                                        .getPseudoAction(LFUN_FLOAT_LIST,
                                                         cit->second.type());
-                               string label = _("List of ");
-                               label += cit->second.name();
+                               string const label = cit->second.name() + _(" List");
                                tomenu.add(MenuItem(MenuItem::Command,
                                                    label, action));
                        }