aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmldesigner/components/stateseditornew/stateseditormodel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/qmldesigner/components/stateseditornew/stateseditormodel.cpp')
-rw-r--r--src/plugins/qmldesigner/components/stateseditornew/stateseditormodel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/qmldesigner/components/stateseditornew/stateseditormodel.cpp b/src/plugins/qmldesigner/components/stateseditornew/stateseditormodel.cpp
index 449a90f8ea..dd20acabea 100644
--- a/src/plugins/qmldesigner/components/stateseditornew/stateseditormodel.cpp
+++ b/src/plugins/qmldesigner/components/stateseditornew/stateseditormodel.cpp
@@ -289,7 +289,7 @@ QStringList StatesEditorModel::stateGroups() const
auto stateGroups = Utils::transform(m_statesEditorView->allModelNodesOfType(
"QtQuick.StateGroup"),
[](const ModelNode &node) { return node.displayName(); });
- stateGroups.prepend(tr("Root"));
+ stateGroups.prepend(tr("Default"));
return stateGroups;
}