summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Lebl <jirka@5z.com>2002-06-02 03:33:42 +0000
committerGeorge Lebl <jirka@src.gnome.org>2002-06-02 03:33:42 +0000
commit8596d3160967dfa32c5b07dbb7bacae7c81d599a (patch)
tree3da702361553f49956cff8d01b16d2fbe7830bbf
parentcad8e0490bf4e3ebffbce20e99f1f78c2e1bc1d3 (diff)
downloadgdm-8596d3160967dfa32c5b07dbb7bacae7c81d599a.tar.gz
We had hebrew in reverse order, so when pango reversed it again, it came
Sat Jun 01 20:43:33 2002 George Lebl <jirka@5z.com> * gui/gdmlanguages.c: We had hebrew in reverse order, so when pango reversed it again, it came out reversed
-rw-r--r--ChangeLog5
-rw-r--r--gui/gdmlanguages.c4
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 29429692..eb5fc34b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sat Jun 01 20:43:33 2002 George Lebl <jirka@5z.com>
+
+ * gui/gdmlanguages.c: We had hebrew in reverse order, so when pango
+ reversed it again, it came out reversed
+
Sat Jun 01 20:31:54 2002 George Lebl <jirka@5z.com>
* gui/gdmlanguages.[ch], gui/gdmlogin.c,
diff --git a/gui/gdmlanguages.c b/gui/gdmlanguages.c
index 0460739d..1f4eade7 100644
--- a/gui/gdmlanguages.c
+++ b/gui/gdmlanguages.c
@@ -77,8 +77,8 @@ static Language languages [] = {
/*Note translate the A-M to the A-M you used in the group label */
{ N_("A-M|Greek"), "el_GR", "ελληνικά", 0 },
/*Note translate the A-M to the A-M you used in the group label */
- { N_("A-M|Hebrew"), "he_IL", "תירבע", 0 },
- { N_("A-M|Hebrew"), "iw_IL", "תירבע", 0 },
+ { N_("A-M|Hebrew"), "he_IL", "עברית", 0 },
+ { 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|Hungarian"), "hu_HU", NULL, 0 },
/*Note translate the A-M to the A-M you used in the group label */