diff --git a/stepmania/src/TitleSubstitution.cpp b/stepmania/src/TitleSubstitution.cpp index bb45f93ca0..ed64c5215f 100644 --- a/stepmania/src/TitleSubstitution.cpp +++ b/stepmania/src/TitleSubstitution.cpp @@ -129,7 +129,7 @@ void TitleSubst::Load(const CString &filename, const CString §ion) } /* Add the translation if this is a terminator (*) or section - * marker ([xxx]). */ + * marker ([foo]). */ if(line[0] == '*' || line[0] == '[') { /* Surround each regex with ^(...)$, to force all comparisons to default