mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
parent
8871229f5f
commit
33f9cfb796
@ -16,7 +16,7 @@ OutlinerName index "Index Entries" #no AddToToc (built-in)
|
||||
OutlinerName listing "Listings" #no AddToToc (built-in)
|
||||
|
||||
InsetLayout Marginal
|
||||
LabelString margin
|
||||
LabelString Margin
|
||||
LatexType command
|
||||
LatexName marginpar
|
||||
Font
|
||||
|
@ -900,10 +900,10 @@ void InsetFloat::setSubfloat(bool s, bool update_label)
|
||||
|
||||
void InsetFloat::setNewLabel()
|
||||
{
|
||||
docstring lab = _("float: ");
|
||||
docstring lab = _("Float: ");
|
||||
|
||||
if (params_.subfloat)
|
||||
lab = _("subfloat: ");
|
||||
lab = _("Subfloat: ");
|
||||
|
||||
lab += floatName(params_.type);
|
||||
|
||||
|
@ -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));
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user