Skip to content

Commit 32f56f3

Browse files
committed
Fix typo
1 parent 09eab9e commit 32f56f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Core/GDCore/Extensions/Builtin/SceneExtension.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ void GD_CORE_API BuiltinExtensionsImplementer::ImplementsSceneExtension(
8989
.AddAction("Scene",
9090
_("Change the scene"),
9191
_("Stop this scene and start the specified one instead."),
92-
_("Change for scene _PARAM1_"),
92+
_("Change to scene _PARAM1_"),
9393
_("Scene"),
9494
"res/actions/replaceScene24.png",
9595
"res/actions/replaceScene.png")

0 commit comments

Comments
 (0)