aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/gal-a11y-e-cell-text.c
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2010-04-03 00:28:41 +0800
committerMilan Crha <mcrha@redhat.com>2010-04-03 00:28:41 +0800
commit1ef1a3df6f3964972dcd9a5ee7c6c593d092d34c (patch)
tree87b7ef886867982d44ae95052cfe06d6adc26fe7 /widgets/table/gal-a11y-e-cell-text.c
parent1dbb706baad7656d296e8727731d25a0cef07a02 (diff)
downloadgsoc2013-evolution-1ef1a3df6f3964972dcd9a5ee7c6c593d092d34c.tar
gsoc2013-evolution-1ef1a3df6f3964972dcd9a5ee7c6c593d092d34c.tar.gz
gsoc2013-evolution-1ef1a3df6f3964972dcd9a5ee7c6c593d092d34c.tar.bz2
gsoc2013-evolution-1ef1a3df6f3964972dcd9a5ee7c6c593d092d34c.tar.lz
gsoc2013-evolution-1ef1a3df6f3964972dcd9a5ee7c6c593d092d34c.tar.xz
gsoc2013-evolution-1ef1a3df6f3964972dcd9a5ee7c6c593d092d34c.tar.zst
gsoc2013-evolution-1ef1a3df6f3964972dcd9a5ee7c6c593d092d34c.zip
Bug #547368 - Messages with unclear meaning (add translator comments)
Diffstat (limited to 'widgets/table/gal-a11y-e-cell-text.c')
-rw-r--r--widgets/table/gal-a11y-e-cell-text.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/widgets/table/gal-a11y-e-cell-text.c b/widgets/table/gal-a11y-e-cell-text.c
index 26fffcb3e7..bc69ca3d26 100644
--- a/widgets/table/gal-a11y-e-cell-text.c
+++ b/widgets/table/gal-a11y-e-cell-text.c
@@ -613,7 +613,8 @@ ect_action_init (GalA11yECellText *a11y)
ECellText *ect = E_CELL_TEXT (gaec->cell_view->ecell);
if (ect->editable && e_table_model_is_cell_editable (gaec->cell_view->e_table_model, gaec->model_col, gaec->row))
gal_a11y_e_cell_add_action (gaec,
- _("edit"),
+ "edit",
+ /* Translators: description of an "edit" action */
_("begin editing this cell"),
NULL,
(ACTION_FUNC) ect_do_action_edit);