raster pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=a59d3c2a681c14aa80cbf48e7b5deac69790be63

commit a59d3c2a681c14aa80cbf48e7b5deac69790be63
Author: Carsten Haitzler (Rasterman) <[email protected]>
Date:   Mon Apr 13 21:07:20 2020 +0100

    typo--
---
 src/modules/bluez5/e_mod_popup.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/modules/bluez5/e_mod_popup.c b/src/modules/bluez5/e_mod_popup.c
index 4b0bb266d..b0fddd3d7 100644
--- a/src/modules/bluez5/e_mod_popup.c
+++ b/src/modules/bluez5/e_mod_popup.c
@@ -585,7 +585,7 @@ _cb_dev_content_get(void *data, Evas_Object *obj,
                   if ((dev) && (dev->force_connect))
                     {
                        bt = util_button_icon_add(obj, "checkbox-symbolic",
-                                                 _("Stop this device from 
being forcefullty connected"));
+                                                 _("Stop this device from 
being forcefully connected"));
                        evas_object_data_set(bt, "genlist", obj);
                        evas_object_smart_callback_add(bt, "clicked", 
_cb_force_connect_stop, o);
                     }

-- 


Reply via email to