aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/gal-a11y-e-cell-popup.c
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/table/gal-a11y-e-cell-popup.c')
-rw-r--r--widgets/table/gal-a11y-e-cell-popup.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/widgets/table/gal-a11y-e-cell-popup.c b/widgets/table/gal-a11y-e-cell-popup.c
index 141ce172a4..33dcf733a5 100644
--- a/widgets/table/gal-a11y-e-cell-popup.c
+++ b/widgets/table/gal-a11y-e-cell-popup.c
@@ -118,8 +118,9 @@ gal_a11y_e_cell_popup_new (ETableItem *item,
g_return_val_if_fail (a11y != NULL, NULL);
cell = GAL_A11Y_E_CELL(a11y);
gal_a11y_e_cell_add_action (cell,
- _("popup"), /* action name*/
- _("popup a child"), /* action description */
+ "popup",
+ /* Translators: description of a "popup" action */
+ _("popup a child"),
"<Alt>Down", /* action keybinding */
popup_cell_action);