aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/vcsbase
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@theqtcompany.com>2015-05-29 16:24:39 +0200
committerLeena Miettinen <riitta-leena.miettinen@theqtcompany.com>2015-06-01 09:24:09 +0000
commit87676c828563c04065bc66a3a30e756fe5ee0059 (patch)
tree52e7d76a79786466711aae3d467f6cbbaf536569 /src/plugins/vcsbase
parent859e842eedbf5cffba05f818eeb9c66b26b38a05 (diff)
UI text: fix capitalization
Change-Id: I1fa557f75b0a8d9ab37cdf47ed4564eca4634d8f Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
Diffstat (limited to 'src/plugins/vcsbase')
-rw-r--r--src/plugins/vcsbase/wizard/vcscommandpage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/vcsbase/wizard/vcscommandpage.cpp b/src/plugins/vcsbase/wizard/vcscommandpage.cpp
index d8d488eda2..7b466fd24e 100644
--- a/src/plugins/vcsbase/wizard/vcscommandpage.cpp
+++ b/src/plugins/vcsbase/wizard/vcscommandpage.cpp
@@ -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();