forked from qt-creator/qt-creator
MCU: Fix translated string
It tried to use an existing string, but missed the full stop
Amends 124c62a5a0
Change-Id: Idf66621b714da86be700d4ac18c6df2c7a83a468
Reviewed-by: Yasser Grimes <yasser.grimes@qt.io>
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
@@ -81,7 +81,7 @@ McuKitCreationDialog::McuKitCreationDialog(const MessagesList &messages,
|
||||
if (messages.empty()) {
|
||||
fixButton->setVisible(false);
|
||||
m_informationLabel->setText(
|
||||
QCoreApplication::translate("QtC::Autotest", "No errors detected"));
|
||||
QCoreApplication::translate("QtC::Autotest", "No errors detected."));
|
||||
}
|
||||
|
||||
if (messages.size() < 2) {
|
||||
|
Reference in New Issue
Block a user