about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorRicky Kresslein <rk@lakoliu.com>2022-06-17 16:15:27 +0300
committerRicky Kresslein <rk@lakoliu.com>2022-06-17 16:15:59 +0300
commitc0530324978c5f4813b789fbd81b02f2a4684bf0 (patch)
treee2f2c6810289742afffba4d5a04cf1b9b79f14a4 /src
parentd5a8b7211d2be533cc7a205c906381540b5c876a (diff)
downloadFurtherance-c0530324978c5f4813b789fbd81b02f2a4684bf0.tar.zst
Remove period from app summary - #72
Diffstat (limited to 'src')
-rwxr-xr-xsrc/application.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/application.rs b/src/application.rs
index cfacd93..a1e7e9d 100755
--- a/src/application.rs
+++ b/src/application.rs
@@ -177,7 +177,7 @@ impl FurtheranceApplication {
             .program_name("Furtherance")
             .logo_icon_name(config::APP_ID)
             .version(config::VERSION)
-            .comments(&gettext("Track your time without being tracked."))
+            .comments(&gettext("Track your time without being tracked"))
             .copyright("© 2022 Ricky Kresslein")
             .authors(vec!["Ricky Kresslein <rk@lakoliu.com>".into()])
             .translator_credits(&gettext("translator-credits"))