Allow for up to 6 lines of translator names(I guess 7 if you add some on the "this translation by:" line..).

This commit is contained in:
The Dax 2013-09-01 13:51:22 -04:00
parent cfbf83eeab
commit 679e7ea846

View file

@ -472,7 +472,12 @@ void CreditsScreen::render() {
"all the forum mods",
"",
c->T("this translation by", ""), // Empty string as this is the original :)
"",
c->T("translators1", ""),
c->T("translators2", ""),
c->T("translators3", ""),
c->T("translators4", ""),
c->T("translators5", ""),
c->T("translators6", ""),
c->T("written", "Written in C++ for speed and portability"),
"",
"",