This commit is contained in:
Carsten Haitzler 2020-04-13 21:07:20 +01:00
parent 4e626b8f04
commit a59d3c2a68
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}