mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
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:
parent
7ef5ca81a7
commit
c195513049
@ -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();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user