]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetfloatlist.C
fix typo that put too many include paths for most people
[lyx.git] / src / insets / insetfloatlist.C
index b73220a097161f969c3b4bd986a6fb2e225a0003..e40876460ef34a0686f9d84b3bc5e696f33a8b7f 100644 (file)
@@ -35,7 +35,7 @@ string const InsetFloatList::getScreenLabel(Buffer const *) const
 {
        string const guiName = floatList[getCmdName()]->second.name();
        if (!guiName.empty()) {
-               string const res = guiName + _(" List");
+               string const res = _(guiName) + _(" List");
                return res;
        }
        return _("ERROR: Nonexistent float type!");