Fix text markup in mouse binding config popup
authorIgor Murzov <garik@efl.so>
Mon, 4 Aug 2014 19:24:54 +0000 (23:24 +0400)
committerIgor Murzov <garik@efl.so>
Tue, 5 Aug 2014 08:01:44 +0000 (12:01 +0400)
src/bin/e_grab_dialog.c
src/modules/conf_bindings/e_int_config_mousebindings.c

index 27a71af..2dfbb8f 100644 (file)
@@ -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)
index 8809576..c1f1d96 100644 (file)
@@ -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);