mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-12 12:15:52 +02:00
installer: Make English the default language.
This commit is contained in:
@@ -135,7 +135,7 @@ int main(int argc, char *argv[])
|
||||
/* German is the default */
|
||||
for (choice = 0; langnames[choice]; choice++)
|
||||
{
|
||||
if (strcmp(langnames[choice], "Deutsch") == 0)
|
||||
if (strcmp(langnames[choice], "English") == 0)
|
||||
break;
|
||||
}
|
||||
if (!langnames[choice])
|
||||
|
||||
Reference in New Issue
Block a user