aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--calendar/ChangeLog6
-rw-r--r--calendar/gui/e-calendar-table.c9
2 files changed, 15 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 9da55a75a1..957298ab51 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,9 @@
+2001-07-11 Kjartan Maraas <kmaraas@gnome.org>
+
+ * gui/e-calendar-table.c: Added a hack to get the last
+ string translated since xml-i18n-tools doesn't recognize
+ _click-to-add-message="Click here to add a task".
+
2001-07-10 Peter Williams <peterw@ximian.com>
* gui/Makefile.am (BUILT_SOURCES): Move this higher so that
diff --git a/calendar/gui/e-calendar-table.c b/calendar/gui/e-calendar-table.c
index de320786c7..33742b933d 100644
--- a/calendar/gui/e-calendar-table.c
+++ b/calendar/gui/e-calendar-table.c
@@ -1234,3 +1234,12 @@ e_calendar_table_get_current_time (ECellDateEdit *ecde, gpointer data)
return tmp_tm;
}
+
+
+#ifdef TRANSLATORS_ONLY
+
+static char *test[] = {
+ N_("Click here to add a task")
+};
+
+#endif