diff options
author | Marvin W <git@larma.de> | 2024-05-09 16:06:32 +0200 |
---|---|---|
committer | Marvin W <git@larma.de> | 2024-05-09 16:06:32 +0200 |
commit | 8be4f02723fc131d9275c1b70831f53ff4630a1a (patch) | |
tree | cab5331006c87d18d8074bd0302777680645057e /main/data | |
parent | 6eeac8a5a17e8270ef68ee47ea1225602da0cc6f (diff) | |
download | dino-8be4f02723fc131d9275c1b70831f53ff4630a1a.tar.gz dino-8be4f02723fc131d9275c1b70831f53ff4630a1a.zip |
AppData/DOAP: Use sentence case for summary.
The suggestion is to not use title case which we did before.
Diffstat (limited to 'main/data')
-rw-r--r-- | main/data/im.dino.Dino.appdata.xml | 2 | ||||
-rw-r--r-- | main/data/im.dino.Dino.appdata.xml.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/main/data/im.dino.Dino.appdata.xml b/main/data/im.dino.Dino.appdata.xml index 4738ff3c..6d889f33 100644 --- a/main/data/im.dino.Dino.appdata.xml +++ b/main/data/im.dino.Dino.appdata.xml @@ -5,7 +5,7 @@ <metadata_license>CC0-1.0</metadata_license> <project_license>GPL-3.0+</project_license> <name>Dino</name> - <summary>Modern XMPP Chat Client</summary> + <summary>Modern XMPP chat client</summary> <summary xml:lang="zh_TW">現代化的 XMPP 用戶端聊天軟件</summary> <summary xml:lang="zh_CN">现代 XMPP 聊天客户端</summary> <summary xml:lang="tr">Modern XMPP Sohbet İstemcisi</summary> diff --git a/main/data/im.dino.Dino.appdata.xml.in b/main/data/im.dino.Dino.appdata.xml.in index 0775267b..e6c87738 100644 --- a/main/data/im.dino.Dino.appdata.xml.in +++ b/main/data/im.dino.Dino.appdata.xml.in @@ -5,7 +5,7 @@ <metadata_license>CC0-1.0</metadata_license> <project_license>GPL-3.0+</project_license> <name>Dino</name> - <summary>Modern XMPP Chat Client</summary> + <summary>Modern XMPP chat client</summary> <description> <p>Dino is a modern open-source chat client for the desktop. It focuses on providing a clean and reliable Jabber/XMPP experience while having your privacy in mind.</p> <p>It supports end-to-end encryption with OMEMO and OpenPGP and allows configuring privacy-related features such as read receipts and typing notifications.</p> |