From 132066ed31305b95ae38960f97c402508bfd111d Mon Sep 17 00:00:00 2001 From: Kjartan Maraas Date: Wed, 11 Jul 2001 14:03:31 +0000 Subject: Added a hack to get the last string translated since xml-i18n-tools 2001-07-11 Kjartan Maraas * gui/e-calendar-table.c: Added a hack to get the last string translated since xml-i18n-tools doesn't recognize svn path=/trunk/; revision=11000 --- calendar/ChangeLog | 6 ++++++ calendar/gui/e-calendar-table.c | 9 +++++++++ 2 files changed, 15 insertions(+) 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 + + * 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 * 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 -- cgit v1.2.3