diff --git a/Authenticator.doap b/Authenticator.doap
index 00a0422..6dba67f 100644
--- a/Authenticator.doap
+++ b/Authenticator.doap
@@ -7,7 +7,7 @@
-
Generate Two-Factor Codes
+Generate two-factor codes
## Screenshots diff --git a/data/com.belmoussaoui.Authenticator.desktop.in.in b/data/com.belmoussaoui.Authenticator.desktop.in.in index 2caabed..86c8180 100644 --- a/data/com.belmoussaoui.Authenticator.desktop.in.in +++ b/data/com.belmoussaoui.Authenticator.desktop.in.in @@ -1,7 +1,7 @@ [Desktop Entry] Name=Authenticator GenericName=Two-Factor Authentication -Comment=Generate Two-Factor Codes +Comment=Generate two-factor codes Type=Application Exec=authenticator %u Terminal=false diff --git a/data/com.belmoussaoui.Authenticator.metainfo.xml.in.in b/data/com.belmoussaoui.Authenticator.metainfo.xml.in.in index 5440577..62666ad 100644 --- a/data/com.belmoussaoui.Authenticator.metainfo.xml.in.in +++ b/data/com.belmoussaoui.Authenticator.metainfo.xml.in.in @@ -5,7 +5,7 @@Simple application for generating Two-Factor Authentication Codes.
Features:
diff --git a/src/application.rs b/src/application.rs index 378e944..33139f0 100644 --- a/src/application.rs +++ b/src/application.rs @@ -91,7 +91,7 @@ mod imp { .application_name(gettext("Authenticator")) .modal(true) .version(config::VERSION) - .comments(gettext("Generate Two-Factor Codes")) + .comments(gettext("Generate two-factor codes")) .website("https://gitlab.gnome.org/World/Authenticator") .developers(vec![ "Bilal Elmoussaoui",