l10n: Added dot to end of sentence

Aligned end of sentences in about dialog.

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
This commit is contained in:
rakekniven 2023-02-10 11:30:04 +01:00 committed by Matthieu Gallien
parent 7ef5ca81a7
commit c195513049

View File

@ -568,7 +568,7 @@ QString Theme::aboutDetails() const
.arg(MIRALL_VERSION_STRING)
.arg(helpUrl());
devString += tr("<p>This release was supplied by %1</p>")
devString += tr("<p>This release was supplied by %1.</p>")
.arg(APPLICATION_VENDOR);
devString += gitSHA1();