evolution r37022 - trunk/plugins/email-custom-header
- From: fujiwarat svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution r37022 - trunk/plugins/email-custom-header
- Date: Fri, 9 Jan 2009 15:26:21 +0000 (UTC)
Author: fujiwarat
Date: Fri Jan 9 15:26:20 2009
New Revision: 37022
URL: http://svn.gnome.org/viewvc/evolution?rev=37022&view=rev
Log:
2009-01-09 Takao Fujiwara <takao fujiwara sun com>
Reviewed by Matthew Barnes <mbarnes redhat com>
** Fix for bug #567129
* apps_evolution_email_custom_header.schemas.in:
Add <default> tag in C locale to localize the value.
* email-custom-header.c (epech_setup_widgets):
Add gettext.
Modified:
trunk/plugins/email-custom-header/ChangeLog
trunk/plugins/email-custom-header/apps_evolution_email_custom_header.schemas.in
trunk/plugins/email-custom-header/email-custom-header.c
Modified: trunk/plugins/email-custom-header/apps_evolution_email_custom_header.schemas.in
==============================================================================
--- trunk/plugins/email-custom-header/apps_evolution_email_custom_header.schemas.in (original)
+++ trunk/plugins/email-custom-header/apps_evolution_email_custom_header.schemas.in Fri Jan 9 15:26:20 2009
@@ -8,6 +8,7 @@
<list_type>string</list_type>
<default>[Security=Personal;Unclassified;Protected;InConfidence;Secret;Topsecret]</default>
<locale name="C">
+ <default><!-- Translators: '=' and ';' should not be changed but ASCII -->[Security=Personal;Unclassified;Protected;InConfidence;Secret;Topsecret]</default>
<short>List of Custom Headers</short>
<long>The key specifies the list of custom headers that you can add to an outgoing message. The format for specifying a Header and Header value is: Name of the custom header followed by "=" and the values separated by ";"</long>
</locale>
Modified: trunk/plugins/email-custom-header/email-custom-header.c
==============================================================================
--- trunk/plugins/email-custom-header/email-custom-header.c (original)
+++ trunk/plugins/email-custom-header/email-custom-header.c Fri Jan 9 15:26:20 2009
@@ -367,7 +367,7 @@
(temp_header_value_ptr->sub_header_string_value)->str);
}
- gtk_combo_box_append_text (GTK_COMBO_BOX (sub_combo_box_ptr->header_value_combo_box),"None");
+ gtk_combo_box_append_text (GTK_COMBO_BOX (sub_combo_box_ptr->header_value_combo_box), _("None"));
gtk_widget_show (sub_combo_box_ptr->header_value_combo_box);
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]