From a102cea074d4a8dd14c53fc2b3865e3b4b3b943a Mon Sep 17 00:00:00 2001 From: mgrojo Date: Sat, 9 Sep 2023 16:19:33 +0200 Subject: [PATCH] Correct spacing in sentence This will be manually fixed in translation files later to avoid conflicts. Issue #3452. --- src/Application.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Application.cpp b/src/Application.cpp index 8e899df6..7c552af5 100644 --- a/src/Application.cpp +++ b/src/Application.cpp @@ -97,7 +97,7 @@ Application::Application(int& argc, char** argv) : if(!env.isEmpty()) { qWarning() << qPrintable(tr("The user settings file location is replaced with the argument value instead of the environment variable value.")); - qWarning() << qPrintable(tr("Ignored environment variable(DB4S_SETTINGS_FILE) value : ") + env); + qWarning() << qPrintable(tr("Ignored environment variable (DB4S_SETTINGS_FILE) value: ") + env); } Settings::setUserSettingsFile(arguments().at(i)); }