diff --git a/org.kde.neochat.desktop b/org.kde.neochat.desktop index a816b5d83..d5e489f0b 100644 --- a/org.kde.neochat.desktop +++ b/org.kde.neochat.desktop @@ -87,7 +87,7 @@ GenericName[uk]=Клієнт Matrix GenericName[x-test]=xxMatrix Clientxx GenericName[zh_CN]=Matrix 客户端 GenericName[zh_TW]=Matrix 用戶端 -Comment=Client for the Matrix protocol +Comment=Chat on Matrix Comment[ar]=عميل لميفاق ماتركس Comment[az]=Matrix protokolu üçün müştəri Comment[ca]=Client per al protocol Matrix diff --git a/src/main.cpp b/src/main.cpp index 5e3e8cc57..619e0180b 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -140,7 +140,7 @@ int main(int argc, char *argv[]) KAboutData about(QStringLiteral("neochat"), i18n("NeoChat"), QStringLiteral(NEOCHAT_VERSION_STRING), - i18n("Matrix client"), + i18n("Chat on Matrix"), KAboutLicense::GPL_V3, i18n("© 2018-2020 Black Hat, 2020-2024 KDE Community")); about.addAuthor(i18n("Carl Schwan"),