]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetWrap.cpp
Capitalize labels of floats, etc. Fixes #11993.
[features.git] / src / insets / InsetWrap.cpp
index b05d5dba4790bf9634652b2992d10814259176a7..c862b175f7c9f08dbfb33439934597d085b2899f 100644 (file)
@@ -65,7 +65,7 @@ void InsetWrap::setCaptionType(std::string const & type)
 {
        InsetCaptionable::setCaptionType(type);
        params_.type = captionType();
-       setLabel(_("wrap: ") + floatName(type));
+       setLabel(_("Wrap: ") + floatName(type));
 }