mirror of
https://github.com/glest/glest-source.git
synced 2025-08-30 03:09:49 +02:00
Some new translations and minor modifications to all main translation files
Minor modifications to 'About' screen
This commit is contained in:
@@ -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 "";
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user