From f83c31ad0dd2962bd60f1953788474f80b95464c Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Fri, 24 Aug 2012 10:37:59 +0000 Subject: [PATCH] fix edge binding error dialog text SVN revision: 75652 --- src/modules/conf_edgebindings/e_int_config_edgebindings.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/modules/conf_edgebindings/e_int_config_edgebindings.c b/src/modules/conf_edgebindings/e_int_config_edgebindings.c index 227a83a33..bfd28676f 100644 --- a/src/modules/conf_edgebindings/e_int_config_edgebindings.c +++ b/src/modules/conf_edgebindings/e_int_config_edgebindings.c @@ -1199,11 +1199,10 @@ _edge_grab_wnd_selection_apply(E_Config_Dialog_Data *cfdata) if (actd) label = _(actd->act_name); - e_util_dialog_show(_("Binding Edge Error"), - _("The binding key sequence, that you choose," - " is already used by
" + e_util_dialog_show(_("Edge Binding Error"), + _("The edge binding that you chose is already used by
" "%s action.
" - "Please choose another binding edge sequence."), + "Please choose another edge to bind."), label ? label : _("Unknown")); } }