garik pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=21a7370a4dc2caaf7c218f98b823376f8f4b7fe7
commit 21a7370a4dc2caaf7c218f98b823376f8f4b7fe7 Author: Igor Murzov <[email protected]> Date: Mon Aug 4 23:24:54 2014 +0400 Fix text markup in mouse binding config popup --- src/bin/e_grab_dialog.c | 8 ++++---- src/modules/conf_bindings/e_int_config_mousebindings.c | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/bin/e_grab_dialog.c b/src/bin/e_grab_dialog.c index 27a71af..2dfbb8f 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,<br><br>" \ "or <hilight>Escape</hilight> to abort.") -#define TEXT_PRESS_MOUSE_BINIDING_SEQUENCE _("Please hold any modifier you want<br>" \ - "and press any button on your mouse,<br> or roll a" \ - " wheel, to assign mouse binding." \ - "<br>Press <hilight>Escape</highlight> to abort.") +#define TEXT_PRESS_MOUSE_BINIDING_SEQUENCE _("Please hold any modifier you want<br>" \ + "and press any button on your mouse,<br>or roll a" \ + " wheel, to assign mouse binding." \ + "<br>Press <hilight>Escape</hilight> 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 8809576..c1f1d96 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<br>" \ - "and press any button on your mouse,<br> or roll a" \ - " wheel, to assign mouse binding." \ - "<br>Press <hilight>Escape</highlight> to abort.") +#define TEXT_PRESS_MOUSE_BINIDING_SEQUENCE _("Please hold any modifier you want<br>" \ + "and press any button on your mouse,<br>or roll a" \ + " wheel, to assign mouse binding." \ + "<br>Press <hilight>Escape</hilight> to abort.") static void *_create_data(E_Config_Dialog *cfd); static void _free_data(E_Config_Dialog *cfd, E_Config_Dialog_Data *cfdata); --
