summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Cameron <brian.cameron@sun.com>2007-09-12 18:28:12 +0000
committerBrian Cameron <bcameron@src.gnome.org>2007-09-12 18:28:12 +0000
commitec0484fd5e2281f11ba0c0d4590583151a4b3c34 (patch)
tree0db79daeb52c5fea42dd20418a35009302321be0
parent777599adcd84916c3fd7ad55f0a11081a3bb971e (diff)
downloadgdm-ec0484fd5e2281f11ba0c0d4590583151a4b3c34.tar.gz
Fix Macedonian language so that the language appears in the local
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>. svn path=/trunk/; revision=5247
-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 */