aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@src.gnome.org>2001-08-15 03:32:59 +0800
committerFederico Mena Quintero <federico@src.gnome.org>2001-08-15 03:32:59 +0800
commitf4398de2dd5f01dd96bfdeca0aee90e167985df8 (patch)
tree6189a0f5e7f2b704c286363dfac401fc213796d4
parentaabe697d0b226af62e5c62a2a613d2dda67af404 (diff)
downloadgsoc2013-evolution-f4398de2dd5f01dd96bfdeca0aee90e167985df8.tar
gsoc2013-evolution-f4398de2dd5f01dd96bfdeca0aee90e167985df8.tar.gz
gsoc2013-evolution-f4398de2dd5f01dd96bfdeca0aee90e167985df8.tar.bz2
gsoc2013-evolution-f4398de2dd5f01dd96bfdeca0aee90e167985df8.tar.lz
gsoc2013-evolution-f4398de2dd5f01dd96bfdeca0aee90e167985df8.tar.xz
gsoc2013-evolution-f4398de2dd5f01dd96bfdeca0aee90e167985df8.tar.zst
gsoc2013-evolution-f4398de2dd5f01dd96bfdeca0aee90e167985df8.zip
*** empty log message ***
svn path=/trunk/; revision=12030
-rw-r--r--calendar/gui/e-calendar-table.c2
-rw-r--r--calendar/gui/e-calendar-table.etspec2
2 files changed, 2 insertions, 2 deletions
diff --git a/calendar/gui/e-calendar-table.c b/calendar/gui/e-calendar-table.c
index ac3c2c1d1e..8bca2db755 100644
--- a/calendar/gui/e-calendar-table.c
+++ b/calendar/gui/e-calendar-table.c
@@ -1126,7 +1126,7 @@ e_calendar_table_get_current_time (ECellDateEdit *ecde, gpointer data)
#ifdef TRANSLATORS_ONLY
static char *test[] = {
- N_("Click here to add a task")
+ N_("Click to add a task")
};
#endif
diff --git a/calendar/gui/e-calendar-table.etspec b/calendar/gui/e-calendar-table.etspec
index 17a11e6dc0..b6a81f7fea 100644
--- a/calendar/gui/e-calendar-table.etspec
+++ b/calendar/gui/e-calendar-table.etspec
@@ -1,4 +1,4 @@
-<ETableSpecification click-to-add="true" _click-to-add-message="Click here to add a task" draw-grid="true">
+<ETableSpecification click-to-add="true" _click-to-add-message="Click to add a task" draw-grid="true">
<ETableColumn model_col= "0" _title="Categories" expansion="1.0" minimum_width="10" resizable="true" cell="calstring" compare="string"/>
<ETableColumn model_col= "1" _title="Classification" expansion="1.0" minimum_width="10" resizable="true" cell="classification" compare="string"/>
<ETableColumn model_col= "2" _title="Completion Date" expansion="2.0" minimum_width="10" resizable="true" cell="dateedit" compare="string"/>