clarify that pango markup is the cause

changed as proposed by soliton
This commit is contained in:
Severin Glöckner 2018-08-20 04:55:22 +02:00
parent c998f13a45
commit 6998885cc1

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 markup: ") + text.to_string(), false);
set_text(_("The text contains invalid pango markup: ") + text.to_string(), false);
}
return valid;