summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Lebl <jirka@5z.com>2004-08-18 19:26:23 +0000
committerGeorge Lebl <jirka@src.gnome.org>2004-08-18 19:26:23 +0000
commit3970d55adc2091019ead34f60b66c6c3853c8875 (patch)
tree588e539b9238d6cbd27c9ff8301fd74859a34a1b
parentf3ac2f29080a8fd99fe6d40c1a97190ab51d4469 (diff)
downloadgdm-3970d55adc2091019ead34f60b66c6c3853c8875.tar.gz
Fix #150293 by adding localized name for Bosnian.
Wed Aug 18 12:15:39 2004 George Lebl <jirka@5z.com> * gui/gdmlanguages.c: Fix #150293 by adding localized name for Bosnian.
-rw-r--r--ChangeLog5
-rw-r--r--gui/gdmlanguages.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 73cb5696..202c3435 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Aug 18 12:15:39 2004 George Lebl <jirka@5z.com>
+
+ * gui/gdmlanguages.c: Fix #150293 by adding localized name for
+ Bosnian.
+
Wed Aug 18 11:54:29 2004 George Lebl <jirka@5z.com>
* gui/gdmlogin.c: don't resize the window after selection for
diff --git a/gui/gdmlanguages.c b/gui/gdmlanguages.c
index 7176e0dd..3deedbce 100644
--- a/gui/gdmlanguages.c
+++ b/gui/gdmlanguages.c
@@ -72,7 +72,7 @@ static Language languages [] = {
/*Note translate the A-M to the A-M you used in the group label */
{ N_("A-M|Bulgarian"), "bg_BG", "Български", 0 },
/*Note translate the A-M to the A-M you used in the group label */
- { N_("A-M|Bosnian"), "bs_BA", NULL, 0 },
+ { N_("A-M|Bosnian"), "bs_BA", "Bosanski", 0 },
/*Note translate the A-M to the A-M you used in the group label */
{ N_("A-M|Catalan"), "ca_ES", "Català", 0 },
/*Note translate the A-M to the A-M you used in the group label */