diff --git a/src/CommandLineActions.cpp b/src/CommandLineActions.cpp index ef5f26b10c..91b20f7897 100644 --- a/src/CommandLineActions.cpp +++ b/src/CommandLineActions.cpp @@ -93,7 +93,7 @@ static void Version() { #if defined(WIN32) RString sProductID = ssprintf("%s", PRODUCT_ID_VER); - RString sVersion = "(sm-ssc was built without HAVE_VERSION_INFO)"; + RString sVersion = "(StepMania was built without HAVE_VERSION_INFO)"; #if defined(HAVE_VERSION_INFO) sVersion = ssprintf("build %lu\nCompile Date: %s @ %s", version_num, version_date, version_time); #endif // HAVE_VERSION_INFO