We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09eab9e commit 32f56f3Copy full SHA for 32f56f3
Core/GDCore/Extensions/Builtin/SceneExtension.cpp
@@ -89,7 +89,7 @@ void GD_CORE_API BuiltinExtensionsImplementer::ImplementsSceneExtension(
89
.AddAction("Scene",
90
_("Change the scene"),
91
_("Stop this scene and start the specified one instead."),
92
- _("Change for scene _PARAM1_"),
+ _("Change to scene _PARAM1_"),
93
_("Scene"),
94
"res/actions/replaceScene24.png",
95
"res/actions/replaceScene.png")
0 commit comments