diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-10-08 09:49:16 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-10-08 09:49:16 +0800 |
commit | 6bb5112aa5cd794c7ac79459dc84f01b3966e060 (patch) | |
tree | 32b5fa879daa4ac4c8cf4db6bbf666c55873ac17 | |
parent | 1d3e9cf23c4ab28141db1601f9c3700fbc61a741 (diff) | |
download | gsoc2013-evolution-6bb5112aa5cd794c7ac79459dc84f01b3966e060.tar.gz gsoc2013-evolution-6bb5112aa5cd794c7ac79459dc84f01b3966e060.tar.zst gsoc2013-evolution-6bb5112aa5cd794c7ac79459dc84f01b3966e060.zip |
Don't maek "en" for translation. Fixes bug #31788.
2002-10-07 Jeffrey Stedfast <fejj@ximian.com>
* mail-composer-prefs.c (spell_load_values): Don't maek "en" for
translation. Fixes bug #31788.
* mail-config.glade: Removed a "xxxxxxxxxxx" string so that
translators don't need to translate it. It was only a filler
string. Fixes bug #31789.
svn path=/trunk/; revision=18350
-rw-r--r-- | mail/ChangeLog | 9 | ||||
-rw-r--r-- | mail/mail-composer-prefs.c | 2 | ||||
-rw-r--r-- | mail/mail-config.glade | 4 |
3 files changed, 10 insertions, 5 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 0e6800a93a..57e975b606 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,12 @@ +2002-10-07 Jeffrey Stedfast <fejj@ximian.com> + + * mail-composer-prefs.c (spell_load_values): Don't maek "en" for + translation. Fixes bug #31788. + + * mail-config.glade: Removed a "xxxxxxxxxxx" string so that + translators don't need to translate it. It was only a filler + string. Fixes bug #31789. + 2002-10-02 Jeffrey Stedfast <fejj@ximian.com> * mail-callbacks.c (mail_generate_reply): Don't default 'me' to diff --git a/mail/mail-composer-prefs.c b/mail/mail-composer-prefs.c index a78359b431..f64e844f2c 100644 --- a/mail/mail-composer-prefs.c +++ b/mail/mail-composer-prefs.c @@ -559,7 +559,7 @@ spell_load_values (MailComposerPrefs *prefs) GConfValue *val; char *def_lang; - def_lang = g_strdup (_("en")); + def_lang = g_strdup ("en"); g_free (prefs->language_str); prefs->language_str = g_strdup (def_lang); prefs->spell_error_color.red = 0xffff; diff --git a/mail/mail-config.glade b/mail/mail-config.glade index a1d9c9928e..e13738f553 100644 --- a/mail/mail-config.glade +++ b/mail/mail-config.glade @@ -635,10 +635,6 @@ For example: "Work" or "Personal"</label> <name>sigOption</name> <can_focus>True</can_focus> <items>Default - -Signature #1 -Signature #2 -xxxxxxxxxxxxxxxxxxxx </items> <initial_choice>0</initial_choice> <child> |