aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Williams <peterw@ximian.com>2001-08-13 22:45:02 +0800
committerPeter Williams <peterw@src.gnome.org>2001-08-13 22:45:02 +0800
commit04402f61d299c3c76c9d306474159094e5fb85eb (patch)
tree8a63cb508f7a81914b9c61de903bf4cf6091de92
parentd6a282894a97df95eb8f85ca49d66f3dfb00c276 (diff)
downloadgsoc2013-evolution-04402f61d299c3c76c9d306474159094e5fb85eb.tar.gz
gsoc2013-evolution-04402f61d299c3c76c9d306474159094e5fb85eb.tar.zst
gsoc2013-evolution-04402f61d299c3c76c9d306474159094e5fb85eb.zip
Add a gettext around our static strings.
2001-08-13 Peter Williams <peterw@ximian.com> * filter-datespec.c (make_span_editor): Add a gettext around our static strings. svn path=/trunk/; revision=11939
-rw-r--r--filter/ChangeLog5
-rw-r--r--filter/filter-datespec.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/filter/ChangeLog b/filter/ChangeLog
index 2fdfc8569f..099de774ee 100644
--- a/filter/ChangeLog
+++ b/filter/ChangeLog
@@ -1,3 +1,8 @@
+2001-08-13 Peter Williams <peterw@ximian.com>
+
+ * filter-datespec.c (make_span_editor): Add a gettext around our static
+ strings.
+
2001-08-10 Peter Williams <peterw@ximian.com>
* rule-context.c (rule_context_add_rule_gui): Make this compile again.
diff --git a/filter/filter-datespec.c b/filter/filter-datespec.c
index 285b99b31d..fea81911a6 100644
--- a/filter/filter-datespec.c
+++ b/filter/filter-datespec.c
@@ -602,7 +602,7 @@ make_span_editor (FilterDatespec *fds)
for (i = 0; i < N_TIMESPANS; i++) {
GtkWidget *item;
- item = gtk_menu_item_new_with_label (timespans[i].plural);
+ item = gtk_menu_item_new_with_label (gettext (timespans[i].plural));
gtk_object_set_data (GTK_OBJECT (item), "timespan", (gpointer) &(timespans[i]));
gtk_signal_connect (GTK_OBJECT (item), "activate", omenu_item_activated, fds);
gtk_widget_show (item);
pan> * - bump all port that indirectly depends on libjpeg and have not yet been bump...dinoex2009-07-311-0/+1 * The KDE FreeBSD team is proud to announce the releasemiwi2008-08-291-2/+2 * The KDE FreeBSD team is proud to announce the releasemiwi2008-08-181-1/+0 * Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-0/+1 * Update to KDE 3.5.8lofi2007-10-301-3/+3 * Update to KDE 3.5.7 / KOffice 1.6.3lofi2007-07-041-1/+0 * - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1 * Update to KDE 3.5.3lofi2006-06-061-3/+3 * Update to KDE 3.4.2 / KOffice 1.4.1lofi2005-08-011-2/+4 * Bring the i18n metaports in sync with the available i18n subports.lofi2004-12-191-2/+2 * Update to KDE 3.3.2lofi2004-12-141-2/+2 * Remove empty files.lofi2004-05-241-0/+0 * Update to KDE 3.2.1 / QT 3.3.1lofi2004-03-101-2/+2 * Update to KDE 3.2.0lofi2004-02-051-2/+2 * Move these ports to the new arabic category after the repocopies. Fixwill2003-11-161-1/+2 * Catch up location of kde3-i18n-plarved2003-08-191-2/+3 * Update KDE to the latest official release, KDE 3.1.3lofi2003-07-291-3/+2 * Update to KDE 3.1.2lioux2003-05-201-13/+13 * Repo-move KDE I18N hebrew, hungarian, & vietnamese messages to theirwill2003-04-141-10/+5 * temporarily fix locations of soon-to-be-repocopied i18n portsalane2003-04-061-3/+8 * Rejoice, for the long awaited upgrade to kde 3.1.1 is here!alane2003-04-061-3/+6 * Clear moonlight beckons.ade2003-03-072-1/+1 * Switch to portuguese category for the i18n pt and pt_BR portslioux2003-01-291-1/+4 * Update to 3.0.3. Not much changed here: [1] i18n PKGNAMEs converted towill2002-08-251-1/+0 * Update to 3.0.2 -- full log available in ports/x11/kde3/Makefile,v 1.51.will2002-07-051-1/+3 * Upgrade to KDE 3.0.1. The delay in this upgrade is mainly due to thewill2002-06-161-1/+1 * Please welcome Qt3/KDE3 to our ports tree. This includes work since thewill2002-04-227-132/+31 * gettext upgrade uber-patch (stage 3)ade2002-04-131-1/+2