diff --git a/skinny/src/meta.h b/skinny/src/meta.h index b2fb5d5..50a5945 100755 --- a/skinny/src/meta.h +++ b/skinny/src/meta.h @@ -82,7 +82,7 @@ class ShowDescription : public Serialiazable { * @return True if the current scene index was changed. */ bool shift(LoadDir dir, int idx = -1); - void appendScene(const std::string& name = "New scene"); + void appendScene(const std::string& name = "Enter name"); const SceneDescription& currentScene() const { return scenes_[currentIdx_]; } auto getSceneIndex() const { return currentIdx_; }