From: Manuel Nickschas Date: Sat, 20 Dec 2008 14:09:06 +0000 (+0100) Subject: Add igungor to aboutdlg.cpp X-Git-Tag: 0.4.0~344 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=f7379184b7c0ae4e53d7470809f84e2ad3239ec1 Add igungor to aboutdlg.cpp --- diff --git a/src/qtui/aboutdlg.cpp b/src/qtui/aboutdlg.cpp index d7932c1f..065e97e0 100644 --- a/src/qtui/aboutdlg.cpp +++ b/src/qtui/aboutdlg.cpp @@ -74,13 +74,15 @@ 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
" + "
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
" @@ -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; }