From bc0b182708440b40516423234f45b0383728f0c8 Mon Sep 17 00:00:00 2001 From: Albert Vaca Date: Wed, 8 Feb 2017 14:58:31 +0100 Subject: [PATCH] Name of the app --- app/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/main.cpp b/app/main.cpp index 5aa203ed7..1ef1c186e 100644 --- a/app/main.cpp +++ b/app/main.cpp @@ -26,7 +26,7 @@ int main(int argc, char *argv[]) { QApplication app(argc, argv); - KAboutData aboutData(QStringLiteral("kdeconnect.app"), i18n("Awesome App"), QStringLiteral("1.0"), i18n("KDE Connect App"), KAboutLicense::GPL, i18n("(c) 2015, Aleix Pol Gonzalez")); + KAboutData aboutData(QStringLiteral("kdeconnect.app"), i18n("KDE Connect App"), QStringLiteral("1.0"), i18n("KDE Connect App"), KAboutLicense::GPL, i18n("(c) 2015, Aleix Pol Gonzalez")); aboutData.addAuthor(i18n("Aleix Pol Gonzalez"), i18n("Maintainer"), QStringLiteral("aleixpol@kde.org")); KAboutData::setApplicationData(aboutData);