fix capitalization of headers

fixes #213
This commit is contained in:
Bilal Elmoussaoui 2020-12-18 23:47:56 +01:00
parent 39a287d577
commit 11196b6412
5 changed files with 6 additions and 6 deletions

View file

@ -5,7 +5,7 @@
# Authenticator
<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

View file

@ -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
Terminal=false

View file

@ -5,7 +5,7 @@
<metadata_license>CC0</metadata_license>
<project_license>GPL-3.0+</project_license>
<name>Authenticator</name>
<summary>Generate Two-Factor codes</summary>
<summary>Generate Two-Factor Codes</summary>
<description>
<p>Simple application that generates a two-factor authentication code, created for GNOME.</p>
<p>Features:</p>

View file

@ -52,7 +52,7 @@
</child>
<child>
<object class="HdyActionRow">
<property name="title" translatable="yes">_Auto Lock the application</property>
<property name="title" translatable="yes">_Auto Lock the Application</property>
<property name="use-underline">True</property>
<property name="activatable-widget">auto_lock_switch</property>
<property name="subtitle" translatable="yes">Whether to automatically lock the application</property>
@ -65,7 +65,7 @@
</child>
<child>
<object class="HdyActionRow">
<property name="title" translatable="yes">Auto lock _timeout</property>
<property name="title" translatable="yes">Auto lock _Timeout</property>
<property name="subtitle" translatable="yes">The time in minutes</property>
<property name="activatable-widget">lock_timeout_spin_btn</property>
<property name="use-underline">True</property>

View file

@ -145,7 +145,7 @@ mod imp {
.program_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")
.authors(vec!["Bilal Elmoussaoui".to_string()])
.artists(vec!["Alexandros Felekidis".to_string(), "Tobias Bernard".to_string()])