item captions format update
This commit is contained in:
@@ -277,7 +277,7 @@ const std::wstring SlotView::getTooltip() const {
|
|||||||
return str;
|
return str;
|
||||||
}
|
}
|
||||||
auto def = content->getIndices()->getItemDef(bound->getItemId());
|
auto def = content->getIndices()->getItemDef(bound->getItemId());
|
||||||
return util::capitalized(
|
return util::pascal_case(
|
||||||
langs::get(util::str2wstr_utf8(def->caption))
|
langs::get(util::str2wstr_utf8(def->caption))
|
||||||
); // TODO: cache
|
); // TODO: cache
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user