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/gui/e-calendar-table.c | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'calendar/gui') 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