forked from qt-creator/qt-creator
CMake: Fix UI text according to the guidelines
https://doc.qt.io/qtcreator-extending/qtcreator-ui-text.html Task-number: QTCREATORBUG-23683 Change-Id: I56af56e745fe4237e1bb9df94f8cd423585e63a4 Reviewed-by: Cristian Adam <cristian.adam@qt.io>
This commit is contained in:
@@ -57,7 +57,7 @@ static void reportFileApiSetupFailure()
|
||||
{
|
||||
Core::MessageManager::write(QCoreApplication::translate(
|
||||
"CMakeProjectManager::Internal",
|
||||
"Failed to set up CMake file API support. Qt Creator can not extract project information."));
|
||||
"Failed to set up CMake file API support. Qt Creator cannot extract project information."));
|
||||
}
|
||||
|
||||
static std::pair<int, int> cmakeVersion(const QJsonObject &obj)
|
||||
|
||||
Reference in New Issue
Block a user