diff options
author | Ricky Kresslein <rk@lakoliu.com> | 2022-06-17 16:15:27 +0300 |
---|---|---|
committer | Ricky Kresslein <rk@lakoliu.com> | 2022-06-17 16:15:59 +0300 |
commit | c0530324978c5f4813b789fbd81b02f2a4684bf0 (patch) | |
tree | e2f2c6810289742afffba4d5a04cf1b9b79f14a4 /data | |
parent | d5a8b7211d2be533cc7a205c906381540b5c876a (diff) | |
download | Furtherance-c0530324978c5f4813b789fbd81b02f2a4684bf0.tar.zst |
Remove period from app summary - #72
Diffstat (limited to 'data')
-rwxr-xr-x | data/com.lakoliu.Furtherance.appdata.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/com.lakoliu.Furtherance.appdata.xml.in b/data/com.lakoliu.Furtherance.appdata.xml.in index 4d8dcf8..695f9d0 100755 --- a/data/com.lakoliu.Furtherance.appdata.xml.in +++ b/data/com.lakoliu.Furtherance.appdata.xml.in @@ -3,7 +3,7 @@ <id>com.lakoliu.Furtherance</id> <launchable type="desktop-id">com.lakoliu.Furtherance.desktop</launchable> <name>Furtherance</name> - <summary>Track your time without being tracked.</summary> + <summary>Track your time without being tracked</summary> <developer_name>Ricky Kresslein</developer_name> <update_contact>rk@lakoliu.com</update_contact> <translation type="gettext">furtherance</translation> |