fix edge binding error dialog text

SVN revision: 75652
This commit is contained in:
Mike Blumenkrantz 2012-08-24 10:37:59 +00:00
parent 77a97c35c3
commit f83c31ad0d
1 changed files with 3 additions and 4 deletions

View File

@ -1199,11 +1199,10 @@ _edge_grab_wnd_selection_apply(E_Config_Dialog_Data *cfdata)
if (actd) label = _(actd->act_name); if (actd) label = _(actd->act_name);
e_util_dialog_show(_("Binding Edge Error"), e_util_dialog_show(_("Edge Binding Error"),
_("The binding key sequence, that you choose," _("The edge binding that you chose is already used by<br>"
" is already used by <br>"
"<hilight>%s</hilight> action.<br>" "<hilight>%s</hilight> action.<br>"
"Please choose another binding edge sequence."), "Please choose another edge to bind."),
label ? label : _("Unknown")); label ? label : _("Unknown"));
} }
} }