Browse Source

- Fixed a utf8 problem in our dear graphist's name

adaptive-webui-19844
Christophe Dumez 17 years ago
parent
commit
a9cd4fd3f4
  1. 2
      src/about_imp.h

2
src/about_imp.h

@ -39,7 +39,7 @@ class about : public QDialog, private Ui::AboutDlg{ @@ -39,7 +39,7 @@ class about : public QDialog, private Ui::AboutDlg{
te_thanks->append("<ul><li>I would like to thank sourceforge.net for hosting qBittorrent project.</li>");
te_thanks->append("<li>I also want to thank Jeffery Fernandez (jeffery@qbittorrent.org), project consultant, webdevelopper and RPM packager, for his help.</li>");
te_thanks->append("<li>I am gratefull to Peter Koeleman (peter@qbittorrent.org) and Johnny Mast (rave@qbittorrent.org) who helped me port qBittorrent to Windows.</li>");
te_thanks->append("<li>Thanks a lot to our graphist Mateusz Toboła (tobejodok@qbittorrent.org) for his great work.</li></ul>");
te_thanks->append(QString::fromUtf8("<li>Thanks a lot to our graphist Mateusz Toboła (tobejodok@qbittorrent.org) for his great work.</li></ul>"));
// Translation
te_translation->append(tr("I would like to thank the following people who volunteered to translate qBittorrent:")+"<br>");
te_translation->append(QString::fromUtf8(

Loading…
Cancel
Save