From c1955130492eb427c228a1460a9fcc32a3245db9 Mon Sep 17 00:00:00 2001 From: rakekniven <2069590+rakekniven@users.noreply.github.com> Date: Fri, 10 Feb 2023 11:30:04 +0100 Subject: [PATCH] l10n: Added dot to end of sentence Aligned end of sentences in about dialog. Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> --- src/libsync/theme.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libsync/theme.cpp b/src/libsync/theme.cpp index caee23bc361e6..7336c329e5994 100644 --- a/src/libsync/theme.cpp +++ b/src/libsync/theme.cpp @@ -568,7 +568,7 @@ QString Theme::aboutDetails() const .arg(MIRALL_VERSION_STRING) .arg(helpUrl()); - devString += tr("

This release was supplied by %1

") + devString += tr("

This release was supplied by %1.

") .arg(APPLICATION_VENDOR); devString += gitSHA1();