Merge pull request #3556 from thedax/master

Allow up to 6 lines for translator names.
This commit is contained in:
Henrik Rydgård 2013-09-01 15:06:18 -07:00
commit 970a7bb43a

View File

@ -473,6 +473,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"),
"",