mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix typo
This commit is contained in:
parent
2059f06f27
commit
6242524789
@ -235,7 +235,7 @@ gnc_get_ea_locale_dir(const char *top_dir)
|
||||
locale = g_getenv("LANG");
|
||||
if (g_strcmp0(locale, "Swedish_Sweden") == 0)
|
||||
locale = g_strdup("sv_SV");
|
||||
elae if (g_strcmp0(locale, "Swedish_Finland") == 0)
|
||||
else if (g_strcmp0(locale, "Swedish_Finland") == 0)
|
||||
locale =g_strdup("sv_FI");
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user