From 06b2f2b736a5da512011176a75c46dc2f6dd1365 Mon Sep 17 00:00:00 2001
From: Valdnet <47037905+Valdnet@users.noreply.github.com>
Date: Tue, 4 Apr 2023 10:53:29 +0200
Subject: [PATCH] i18n: Add dot
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
---
src/gui/application.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/gui/application.cpp b/src/gui/application.cpp
index eacccbb57..8f5a2a722 100644
--- a/src/gui/application.cpp
+++ b/src/gui/application.cpp
@@ -176,7 +176,7 @@ bool Application::configVersionMigration()
tr("Some settings were configured in %1 versions of this client and "
"use features that are not available in this version.
"
"
"
- "Continuing will mean %2 these settings
"
+ "Continuing will mean %2 these settings.
"
"
"
"The current configuration file was already backed up to %3.")
.arg((downgrading ? tr("newer", "newer software version") : tr("older", "older software version")),
--
2.30.2