Some new translations and minor modifications to all main translation files

Minor modifications to 'About' screen
This commit is contained in:
Tom Reynolds
2012-11-21 06:08:31 +00:00
parent fac5161b2f
commit a5a83f4813

View File

@@ -187,9 +187,9 @@ string getAboutString1(int i) {
string getAboutString2(int i) { string getAboutString2(int i) {
switch(i) { switch(i) {
case 0: return "Web: http://www.megaglest.org"; case 0: return "Web: http://megaglest.org";
case 1: return "Bug reports: " + string(mailString); case 1: return "Bug reports: " + string(mailString);
case 2: return "Irc: irc://irc.freenode.net/megaglest"; case 2: return "IRC: irc://irc.freenode.net/megaglest";
} }
return ""; return "";
} }