summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--gui/gdmlanguages.c2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 532119e0..8d837aa7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2007-09-12 Brian Cameron <brian.cameron@sun.com>
+ * gui/gdmlanguages.c: Fix Macedonian language so that the
+ language appears in the local language. Fixes bug #474530.
+ Patch by Arangel Angov <ufo@linux.net.mk>.
+
+2007-09-12 Brian Cameron <brian.cameron@sun.com>
+
* gui/modules/keymouselistener.c: Improve checking for input
devices so it doesn't fail on Ubuntu, and we free memory
relating to the devices. Fixes bug #440948. Patch by
diff --git a/gui/gdmlanguages.c b/gui/gdmlanguages.c
index 480ffa69..d591804e 100644
--- a/gui/gdmlanguages.c
+++ b/gui/gdmlanguages.c
@@ -204,7 +204,7 @@ static Language languages [] = {
/*Note translate the A-M to the A-M you used in the group label */
{ N_("A-M|Lithuanian"), "lt_LT", "Lietuvių", 0 },
/*Note translate the A-M to the A-M you used in the group label */
- { N_("A-M|Macedonian"), "mk_MK", NULL, 0 },
+ { N_("A-M|Macedonian"), "mk_MK", "македонски", 0 },
/*Note translate the A-M to the A-M you used in the group label */
{ N_("A-M|Malay"), "ms_MY", "Bahasa Melayu", 0 },
/*Note translate the A-M to the A-M you used in the group label */