summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuntupalli Karunakar <karunakar@src.gnome.org>2004-02-19 11:05:34 +0000
committerGuntupalli Karunakar <karunakar@src.gnome.org>2004-02-19 11:05:34 +0000
commitb19178463c9ce37875c42a8a031646de436cdf7d (patch)
tree70cb43171e440c0e644005662795aa75867a4716
parent65038316de95563c4ff534d351fb58fcf9861a3d (diff)
downloadgdm-b19178463c9ce37875c42a8a031646de436cdf7d.tar.gz
Fix =134372 , Hindi incorrectly written
-rw-r--r--ChangeLog4
-rw-r--r--gui/gdmlanguages.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 786097d8..4a782c10 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Thu Feb 19 2004 Guntupalli Karunakar <karunakar@freedomink.org>
+
+ * gui/gdmlanguages.c: Fix #134372, Hindi written incorrectly as Bangla instead of Hindi in devanagari script.
+
Thu Jan 15 12:35:45 2004 George Lebl <jirka@5z.com>
* daemon/gdm.c: Fix #131389 where if the slave crashed the
diff --git a/gui/gdmlanguages.c b/gui/gdmlanguages.c
index c6427a44..824b08c2 100644
--- a/gui/gdmlanguages.c
+++ b/gui/gdmlanguages.c
@@ -114,7 +114,7 @@ static Language languages [] = {
/*Note translate the A-M to the A-M you used in the group label */
{ N_("A-M|Hebrew"), "iw_IL", "עברית", 0 },
/*Note translate the A-M to the A-M you used in the group label */
- { N_("A-M|Hindi"), "hi_IN", "বাংলা", 0 },
+ { N_("A-M|Hindi"), "hi_IN", "हिंदी", 0 },
/*Note translate the A-M to the A-M you used in the group label */
{ N_("A-M|Hungarian"), "hu_HU", "Magyar", 0 },
/*Note translate the A-M to the A-M you used in the group label */