diff --git a/src/Gui/DlgKeyboard.ui b/src/Gui/DlgKeyboard.ui
index 8ff9076675..2c0ba36062 100644
--- a/src/Gui/DlgKeyboard.ui
+++ b/src/Gui/DlgKeyboard.ui
@@ -134,7 +134,7 @@
- Multi-key sequence delay:
+ Multi-key sequence delay:
@@ -153,9 +153,9 @@
- Time in milliseconds to wait for the next key stroke of the current key sequence.
+ Time in milliseconds to wait for the next keystroke of the current key sequence.
For example, pressing 'F' twice in less than the time delay setting here will be
-be treated as shorctcut key sequence 'F, F'.
+treated as shortcut key sequence 'F, F'.
10000
diff --git a/src/Gui/DlgLocationPos.ui b/src/Gui/DlgLocationPos.ui
index d778fc2c59..e862a92455 100644
--- a/src/Gui/DlgLocationPos.ui
+++ b/src/Gui/DlgLocationPos.ui
@@ -159,7 +159,7 @@
-
- 5 m
+ 5 m
diff --git a/src/Gui/NotificationArea.cpp b/src/Gui/NotificationArea.cpp
index be26d1531d..8af4b471e8 100644
--- a/src/Gui/NotificationArea.cpp
+++ b/src/Gui/NotificationArea.cpp
@@ -1084,7 +1084,7 @@ bool NotificationArea::confirmationRequired(Base::LogStyle level)
void NotificationArea::showConfirmationDialog(const QString& notifiername, const QString& message)
{
- auto confirmMsg = QObject::tr("Notifier: ") + notifiername + QStringLiteral("\n\n") + message
+ auto confirmMsg = QObject::tr("Notifier:") + QStringLiteral(" ") + notifiername + QStringLiteral("\n\n") + message
+ QStringLiteral("\n\n")
+ QObject::tr("Do you want to skip confirmation of further critical message notifications "
"while loading the file?");
diff --git a/src/Gui/PreferencePages/DlgSettings3DView.ui b/src/Gui/PreferencePages/DlgSettings3DView.ui
index 91b6a33e3c..3a85779209 100644
--- a/src/Gui/PreferencePages/DlgSettings3DView.ui
+++ b/src/Gui/PreferencePages/DlgSettings3DView.ui
@@ -60,7 +60,7 @@ lower right corner within opened files
-
- Relative size :
+ Relative size:
Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
diff --git a/src/Gui/PreferencePages/DlgSettingsPythonConsole.ui b/src/Gui/PreferencePages/DlgSettingsPythonConsole.ui
index 79d2bacadd..a8a896bdfe 100644
--- a/src/Gui/PreferencePages/DlgSettingsPythonConsole.ui
+++ b/src/Gui/PreferencePages/DlgSettingsPythonConsole.ui
@@ -81,7 +81,7 @@ horizontal space in Python console
-
- Python profiler interval (milliseconds):
+ Python profiler interval (milliseconds):
diff --git a/src/Gui/QuantitySpinBox_p.h b/src/Gui/QuantitySpinBox_p.h
index 277c0e9f76..2c084b9d50 100644
--- a/src/Gui/QuantitySpinBox_p.h
+++ b/src/Gui/QuantitySpinBox_p.h
@@ -51,7 +51,7 @@ Q_SIGNALS:
private:
const QString genericExpressionEditorTooltip = tr("Enter an expression... (=)");
- const QString expressionEditorTooltipPrefix = tr("Expression: ");
+ const QString expressionEditorTooltipPrefix = tr("Expression:") + QLatin1String(" ");
};
#endif // QUANTITYSPINBOX_P_H