From f31c644b136707d7e4a24b972da4133d38d7f104 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Sat, 9 Nov 2024 11:11:30 -0500 Subject: [PATCH] Update desktop file and app description to match AppStream data This was updated to "Chat on Matrix" but in other places it was never switched from "Matrix client" and the like. Now it should be more consistent. --- org.kde.neochat.desktop | 2 +- src/main.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"),