diff --git a/src/main.cpp b/src/main.cpp index 3f2ec601a..da2cccc74 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -155,6 +155,7 @@ int main(int argc, char *argv[]) about.addAuthor(i18n("James Graham"), i18n("Maintainer"), QStringLiteral("james.h.graham@protonmail.com")); about.addCredit(i18n("Black Hat"), i18n("Original author of Spectral"), QStringLiteral("bhat@encom.eu.org")); about.addCredit(i18n("Alexey Rusakov"), i18n("Maintainer of Quotient"), QStringLiteral("Kitsune-Ral@users.sf.net")); + about.setTranslator(i18nc("NAME OF TRANSLATORS", "Your names"), i18nc("EMAIL OF TRANSLATORS", "Your emails")); about.setOrganizationDomain("kde.org"); about.addComponent(QStringLiteral("libQuotient"),