Skip to content

Commit

Permalink
l10n: Added dot to end of sentence
Browse files Browse the repository at this point in the history
Aligned end of sentences in about dialog.

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
  • Loading branch information
rakekniven authored and mgallien committed Feb 20, 2023
1 parent 96dfa7a commit 27e0cc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libsync/theme.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 27e0cc1

Please sign in to comment.