mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-21 11:31:00 -06:00
Correct spacing in sentence
This will be manually fixed in translation files later to avoid conflicts. Issue #3452.
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user