forked from qt-creator/qt-creator
UI text: fix capitalization
Change-Id: I1fa557f75b0a8d9ab37cdf47ed4564eca4634d8f Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
@@ -106,7 +106,7 @@ bool VcsCommandPageFactory::validateData(Id typeId, const QVariant &data, QStrin
|
||||
|
||||
QString em;
|
||||
if (data.type() != QVariant::Map)
|
||||
em = tr("\"data\" is no json object in \"VcsCommand\" page.");
|
||||
em = tr("\"data\" is no JSON object in \"VcsCommand\" page.");
|
||||
|
||||
if (em.isEmpty()) {
|
||||
const QVariantMap tmp = data.toMap();
|
||||
|
||||
Reference in New Issue
Block a user