From c0530324978c5f4813b789fbd81b02f2a4684bf0 Mon Sep 17 00:00:00 2001 From: Ricky Kresslein Date: Fri, 17 Jun 2022 16:15:27 +0300 Subject: Remove period from app summary - #72 --- src/application.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/application.rs') 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 ".into()]) .translator_credits(&gettext("translator-credits")) -- cgit 1.4.1