Gui: Remove trailing spaces from translations
This commit is contained in:
@@ -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?");
|
||||
|
||||
Reference in New Issue
Block a user