Capitalize Pango

[ci skip]
This commit is contained in:
Severin Glöckner 2018-08-20 05:07:31 +02:00
parent 6998885cc1
commit 12369a2fa4

View file

@ -786,7 +786,7 @@ bool pango_text::set_markup(utils::string_view text, PangoLayout& layout) {
ERR_GUI_L << "pango_text::" << __func__
<< " text '" << text
<< "' has broken markup, set to normal text.\n";
set_text(_("The text contains invalid pango markup: ") + text.to_string(), false);
set_text(_("The text contains invalid Pango markup: ") + text.to_string(), false);
}
return valid;