aboutsummaryrefslogtreecommitdiffstats
path: root/tests/testapplications/elements/content/GridViewElement.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testapplications/elements/content/GridViewElement.qml')
-rw-r--r--tests/testapplications/elements/content/GridViewElement.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testapplications/elements/content/GridViewElement.qml b/tests/testapplications/elements/content/GridViewElement.qml
index 0e0eaba312..a276b61efc 100644
--- a/tests/testapplications/elements/content/GridViewElement.qml
+++ b/tests/testapplications/elements/content/GridViewElement.qml
@@ -123,6 +123,6 @@ Rectangle {
ListElement { label: "Shape"; help: "The Shape element allows you to specify an area for affectors and emitter." }
ListElement { label: "TrailEmitter"; help: "The TrailEmitter element allows you to emit logical particles from other logical particles." }
ListElement { label: "Direction"; help: "The Direction elements allow you to specify a vector space." }
- ListElement { label: "SpriteImage"; help: "The SpriteImage element plays stochastic sprite animations." }
+ ListElement { label: "SpriteSequence"; help: "The SpriteSequence element plays stochastic sprite animations." }
}
}