summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--gui/gdmlanguages.c2
2 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index b1c2f3f0..99a2e327 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Mon Mar 07 12:20:00 2005 Brian Cameron <Brian.Cameron@Sun.Com>
+
+ * gdmlanguages.c: Removed zh_HK since it is not appropriate
+ to make this change in the string freeze. Sorry
+
Fri Mar 04 12:50:00 2005 Brian Cameron <Brian.Cameron@Sun.Com>
* gui/greeter/greeter.c: Set default font size to Sans 12.
diff --git a/gui/gdmlanguages.c b/gui/gdmlanguages.c
index 854f8586..1daf3479 100644
--- a/gui/gdmlanguages.c
+++ b/gui/gdmlanguages.c
@@ -79,8 +79,6 @@ static Language languages [] = {
{ N_("A-M|Catalan"), "ca_ES", "Català", 0 },
/*Note translate the A-M to the A-M you used in the group label */
{ N_("A-M|Chinese (simplified)"), "zh_CN", "中文 (简体)", 0 },
- /*Note translate the A-M to the A-M you used in the group label */
- { N_("A-M|Chinese (HongKong)"), "zh_HK", "\344\270\255\346\226\207 (\351\246\231\346\270\257)", 0},
/*Note translate the A-M to the A-M you used in the group label */
{ N_("A-M|Chinese (traditional)"), "zh_TW", "中文 (繁體)", 0 },
/*Note translate the A-M to the A-M you used in the group label */