diff --git a/LuaSTGNode.Legacy/EditorData/Node/Audio/PlayBGM.cs b/LuaSTGNode.Legacy/EditorData/Node/Audio/PlayBGM.cs index 1762367..bc998b9 100644 --- a/LuaSTGNode.Legacy/EditorData/Node/Audio/PlayBGM.cs +++ b/LuaSTGNode.Legacy/EditorData/Node/Audio/PlayBGM.cs @@ -95,7 +95,7 @@ public override string ToString() string s = ""; if (!string.IsNullOrEmpty(NonMacrolize(1))) { - s = ", start from " + NonMacrolize(1) + " frame(s)"; + s = ", start from " + NonMacrolize(1) + " second(s)"; } return "Play background music " + NonMacrolize(0) + s; }