From 3ea9d4734fd4e2d5404db05c3aa863532e0be67d Mon Sep 17 00:00:00 2001 From: "David A. Mellis" Date: Sun, 8 Apr 2012 16:56:39 -0400 Subject: [PATCH] Updating the Chinese names of the Chinese languages. Previous names referred to geographic locations; new ones are to the style of characters. --- app/src/processing/app/Preferences.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/processing/app/Preferences.java b/app/src/processing/app/Preferences.java index bb9c4535d..14a45a8e0 100644 --- a/app/src/processing/app/Preferences.java +++ b/app/src/processing/app/Preferences.java @@ -114,8 +114,8 @@ public class Preferences { String[] languages = { _("System Default"), "Català" + " (" + _("Catalan") + ")", - "大陆简体" + " (" + _("Chinese Simplified") + ")", - "台灣正體" + " (" + _("Chinese Traditional") + ")", + "简体中文" + " (" + _("Chinese Simplified") + ")", + "繁體中文" + " (" + _("Chinese Traditional") + ")", "Dansk" + " (" + _("Danish") + ")", "Nederlands" + " (" + _("Dutch") + ")", "English" + " (" + _("English") + ")",