diff --git a/src/bin/e_grab_dialog.c b/src/bin/e_grab_dialog.c index 27a71af07..2dfbb8fba 100644 --- a/src/bin/e_grab_dialog.c +++ b/src/bin/e_grab_dialog.c @@ -2,10 +2,10 @@ #define TEXT_PRESS_KEY_SEQUENCE _("Please press key sequence,

" \ "or Escape to abort.") -#define TEXT_PRESS_MOUSE_BINIDING_SEQUENCE _("Please hold any modifier you want
" \ - "and press any button on your mouse,
or roll a" \ - " wheel, to assign mouse binding." \ - "
Press Escape to abort.") +#define TEXT_PRESS_MOUSE_BINIDING_SEQUENCE _("Please hold any modifier you want
" \ + "and press any button on your mouse,
or roll a" \ + " wheel, to assign mouse binding." \ + "
Press Escape to abort.") static Eina_Bool _e_grab_dialog_key_handler(void *data, int type __UNUSED__, Ecore_Event_Key *ev) diff --git a/src/modules/conf_bindings/e_int_config_mousebindings.c b/src/modules/conf_bindings/e_int_config_mousebindings.c index 880957605..c1f1d9664 100644 --- a/src/modules/conf_bindings/e_int_config_mousebindings.c +++ b/src/modules/conf_bindings/e_int_config_mousebindings.c @@ -4,10 +4,10 @@ #define EXAMPLE_STRING "example : " #define E_BINDING_CONTEXT_NUMBER 10 -#define TEXT_PRESS_MOUSE_BINIDING_SEQUENCE _("Please hold any modifier you want
" \ - "and press any button on your mouse,
or roll a" \ - " wheel, to assign mouse binding." \ - "
Press Escape to abort.") +#define TEXT_PRESS_MOUSE_BINIDING_SEQUENCE _("Please hold any modifier you want
" \ + "and press any button on your mouse,
or roll a" \ + " wheel, to assign mouse binding." \ + "
Press Escape to abort.") static void *_create_data(E_Config_Dialog *cfd); static void _free_data(E_Config_Dialog *cfd, E_Config_Dialog_Data *cfdata);