diff options
Diffstat (limited to 'src')
-rwxr-xr-x | src/application.rs | 2 |
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")) |