diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2003-06-22 07:32:39 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2003-06-22 07:32:39 +0800 |
commit | d1ea5948bd88351dbe86b511c291cafb9353999f (patch) | |
tree | bb3f555d528ad7b1565f9b11687f2eca3c6d9834 /src/prefs-dialog.c | |
parent | 6cd10b366d5d541aca2e0394b41e2444ea93a586 (diff) | |
download | gsoc2013-epiphany-d1ea5948bd88351dbe86b511c291cafb9353999f.tar.gz gsoc2013-epiphany-d1ea5948bd88351dbe86b511c291cafb9353999f.tar.zst gsoc2013-epiphany-d1ea5948bd88351dbe86b511c291cafb9353999f.zip |
Changed two nearly duplicated strings to the already present ones to save
2003-06-22 Christian Persch <chpe@cvs.gnome.org>
* src/prefs-dialog.c:
Changed two nearly duplicated strings to the already present ones to
save work for translators.
Diffstat (limited to 'src/prefs-dialog.c')
-rw-r--r-- | src/prefs-dialog.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/prefs-dialog.c b/src/prefs-dialog.c index ad5a26c86..9d86664d0 100644 --- a/src/prefs-dialog.c +++ b/src/prefs-dialog.c @@ -88,8 +88,8 @@ languages [] = { N_("Bulgarian"), "bg" }, { N_("Byelorussian"), "be" }, { N_("Catalan"), "ca" }, - { N_("Chinese Simplified"), "zh-cn" }, - { N_("Chinese Traditional"), "zh-tw" }, + { N_("Simplified Chinese"), "zh-cn" }, + { N_("Traditional Chinese"), "zh-tw" }, { N_("Chinese"), "zh" }, { N_("Croatian"), "hr" }, { N_("Czech"), "cs" }, |