Correct spacing in sentence

This will be manually fixed in translation files later to avoid conflicts.

Issue #3452.
This commit is contained in:
mgrojo
2023-09-09 16:19:33 +02:00
parent 1ecaf1ee6c
commit a102cea074

View File

@@ -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));
}