X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Faboutdlg.cpp;h=065e97e0e3abe58817e9ef4b6709f217be9c4984;hp=c3ff6e961b00c34ecab1e6d08bbb27b824626607;hb=f7379184b7c0ae4e53d7470809f84e2ad3239ec1;hpb=c8a195f3448a89cf3172dc2f247bdc438337d75a diff --git a/src/qtui/aboutdlg.cpp b/src/qtui/aboutdlg.cpp index c3ff6e96..065e97e0 100644 --- a/src/qtui/aboutdlg.cpp +++ b/src/qtui/aboutdlg.cpp @@ -74,14 +74,16 @@ QString AboutDlg::authors() const { QString AboutDlg::contributors() const { QString res; - res = tr("We would like to thank the following contributors (in alphabetical order) and everybody we forgot to mention here:") + "
" + res = tr("We would like to thank the following contributors (in alphabetical order) and everybody we forgot to mention here:") + + QString::fromUtf8("
" "
" "
Daniel \"al\" Albers
German translation, various fixes
" "
Terje \"tan\" Andersen
Norwegian translation, documentation
" "
Kevin \"KRF\" Funk
German translation
" "
Marco \"kaffeedoktor\" Genise
Ideas, hacking, motivation
" "
Sebastian \"seezer\" Goth
Various improvements and features
" - "
Edward \"Aides\" Hades
Russian translation
" + "
H. İbrahim \"igungor\" Güngör
Turkish translation
" + "
Edward \"Aides\" Toroshchin
Russian translation
" "
John \"nox-Hand\" Hand
Gorgeous application and tray icons
" "
Jonas \"Dante\" Heese
Project founder, various improvements
" "
Paul \"Haudrauf\" Klumpp
Initial design and mainwindow layout
" @@ -95,7 +97,7 @@ QString AboutDlg::contributors() const { "
Adam \"adamt\" Tulinius
Early beta tester and bughunter, Danish translation
" "
Pavel \"int\" Volkovitskiy
Early beta tester and bughunter
" "

" - "...and anybody else finding and reporting bugs, giving feedback, helping others and being part of the community!"; + "...and anybody else finding and reporting bugs, giving feedback, helping others and being part of the community!"); return res; }