Localization: Fixed some phrases. Updated POT and NL dictionary.

This commit is contained in:
YuSanka 2020-12-04 13:08:20 +01:00
parent 4f4d136f19
commit e610d2d2f6
9 changed files with 5188 additions and 3625 deletions

View file

@ -150,9 +150,8 @@ wxString CopyrightsDialog::get_html_text()
, entry.link, entry.lib_name);
if (!entry.copyright.empty())
text += wxString::Format(
"%s %s"
"<br/><br/>"
text += format_wxstr(
"%1% %2%<br/><br/>"
, copyright_str, entry.copyright);
}