diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-10-20 16:00:03 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-10-20 16:00:03 +0200 |
commit | 2995b0579440450d5be64f7dc4058024c6b605be (patch) | |
tree | 8aa8bacff6e0bcdf6101ec4c3f37ea2a37737a89 /src/fe-gtk/setup.c | |
parent | d90ae8012a6790fde87b0b5c8d50356686331f3c (diff) |
Fix language codes and naming
Diffstat (limited to 'src/fe-gtk/setup.c')
-rw-r--r-- | src/fe-gtk/setup.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fe-gtk/setup.c b/src/fe-gtk/setup.c index dc17941c..e293d9cc 100644 --- a/src/fe-gtk/setup.c +++ b/src/fe-gtk/setup.c @@ -116,8 +116,8 @@ static const char *const langsmenu[] = N_("Czech"), N_("Danish"), N_("Dutch"), - N_("English (UK)"), - N_("English (US)"), + N_("English (Brisith)"), + N_("English"), N_("Estonian"), N_("Finnish"), N_("French"), |