metadata: Fix summary

Closes https://gitlab.gnome.org/World/Authenticator/-/issues/395
This commit is contained in:
Bilal Elmoussaoui 2024-01-07 15:21:29 +01:00
parent 454e27aa9e
commit 15d38f8703
5 changed files with 5 additions and 5 deletions

View file

@ -7,7 +7,7 @@
<name xml:lang="en">Authenticator</name> <name xml:lang="en">Authenticator</name>
<shortdesc xml:lang="en"> <shortdesc xml:lang="en">
Generate Two-Factor Codes Generate two-factor codes
</shortdesc> </shortdesc>
<bug-database rdf:resource="https://gitlab.gnome.org/World/Authenticator" /> <bug-database rdf:resource="https://gitlab.gnome.org/World/Authenticator" />

View file

@ -6,7 +6,7 @@
<img src="https://gitlab.gnome.org/bilelmoussaoui/authenticator/raw/master/data/icons/com.belmoussaoui.Authenticator.svg" width="128px" height="128px" /> <img src="https://gitlab.gnome.org/bilelmoussaoui/authenticator/raw/master/data/icons/com.belmoussaoui.Authenticator.svg" width="128px" height="128px" />
<p>Generate Two-Factor Codes</p> <p>Generate two-factor codes</p>
## Screenshots ## Screenshots

View file

@ -1,7 +1,7 @@
[Desktop Entry] [Desktop Entry]
Name=Authenticator Name=Authenticator
GenericName=Two-Factor Authentication GenericName=Two-Factor Authentication
Comment=Generate Two-Factor Codes Comment=Generate two-factor codes
Type=Application Type=Application
Exec=authenticator %u Exec=authenticator %u
Terminal=false Terminal=false

View file

@ -5,7 +5,7 @@
<metadata_license>CC0</metadata_license> <metadata_license>CC0</metadata_license>
<project_license>GPL-3.0-or-later</project_license> <project_license>GPL-3.0-or-later</project_license>
<name>Authenticator</name> <name>Authenticator</name>
<summary>Generate Two-Factor Codes</summary> <summary>Generate two-factor codes</summary>
<description> <description>
<p>Simple application for generating Two-Factor Authentication Codes.</p> <p>Simple application for generating Two-Factor Authentication Codes.</p>
<p>Features:</p> <p>Features:</p>

View file

@ -91,7 +91,7 @@ mod imp {
.application_name(gettext("Authenticator")) .application_name(gettext("Authenticator"))
.modal(true) .modal(true)
.version(config::VERSION) .version(config::VERSION)
.comments(gettext("Generate Two-Factor Codes")) .comments(gettext("Generate two-factor codes"))
.website("https://gitlab.gnome.org/World/Authenticator") .website("https://gitlab.gnome.org/World/Authenticator")
.developers(vec![ .developers(vec![
"Bilal Elmoussaoui", "Bilal Elmoussaoui",