diff --git a/AUTHORS b/AUTHORS index 172eeb2f5..ce6aebf2a 100644 --- a/AUTHORS +++ b/AUTHORS @@ -50,6 +50,7 @@ Muhammad Fawwaz Orabi (Arabic) Lasso Kante (N'ko) Kizito Birabwa (Luganda) Juan Carlos Sánchez (Mexican Spanish) +Ferhat AYDIN (Turkish) Special thanks: diff --git a/src/lib/network/schemehandlers/qupzillaschemehandler.cpp b/src/lib/network/schemehandlers/qupzillaschemehandler.cpp index a6223b540..4cd340887 100644 --- a/src/lib/network/schemehandlers/qupzillaschemehandler.cpp +++ b/src/lib/network/schemehandlers/qupzillaschemehandler.cpp @@ -277,7 +277,8 @@ QString QupZillaSchemeReply::aboutPage() authorString("Lasso Kante", "kantemou@gmail.com") + " (N'ko)
" + authorString("Kizito Birabwa", "kbirabwa@yahoo.co.uk") + " (Luganda)
" + authorString("Juan Carlos Sánchez", "hollow1984angel@gmail.com") + " (Mexican Spanish)
" + - authorString("Xabier Aramendi", "azpidatziak@gmail.com") + " (Basque)" + authorString("Xabier Aramendi", "azpidatziak@gmail.com") + " (Basque)
" + + authorString("Ferhat AYDIN", "ferhataydin44@gmail.com") + " (Turkish)" ); aPage = QzTools::applyDirectionToPage(aPage); } diff --git a/src/lib/other/aboutdialog.cpp b/src/lib/other/aboutdialog.cpp index 8135d50bf..3311d5e78 100644 --- a/src/lib/other/aboutdialog.cpp +++ b/src/lib/other/aboutdialog.cpp @@ -134,7 +134,8 @@ void AboutDialog::showAuthors() "Lasso Kante
" "Kizito Birabwa
" "Juan Carlos Sánchez
" - "Xabier Aramendi") + "Xabier Aramendi
" + "Ferhat AYDIN") ); m_authorsHtml += ""; }