clarify that pango markup is the cause
changed as proposed by soliton
This commit is contained in:
parent
c998f13a45
commit
6998885cc1
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue