change Translation.dat -> Translations.xml

Move GroupName translations out of code and into Translations.xml
This commit is contained in:
Chris Danford
2005-10-06 07:01:58 +00:00
parent 0200863ced
commit bc332a57b1
6 changed files with 105 additions and 128 deletions
+1 -1
View File
@@ -246,7 +246,7 @@ bool CourseLoaderCRS::LoadFromMsd( const CString &sPath, const MsdFile &msd, Cou
LOG->Warn( "Unexpected value named '%s'", sValueName.c_str() );
}
}
static TitleSubst tsub("courses");
static TitleSubst tsub("Courses");
TitleFields title;
title.Title = out.m_sMainTitle;