Skip to content

Commit

Permalink
Capitalize Pango
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
sevu committed Aug 20, 2018
1 parent e44b038 commit 81170d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/font/text.cpp
Expand Up @@ -758,7 +758,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;
Expand Down

0 comments on commit 81170d1

Please sign in to comment.