bz5: fix typo in tooltip

This commit is contained in:
Carsten Haitzler 2019-01-03 17:02:23 +00:00
parent 569722a4ed
commit 024bfe09b5
1 changed files with 1 additions and 1 deletions

View File

@ -694,7 +694,7 @@ _cb_dev_content_get(void *data EINA_UNUSED, Evas_Object *obj,
}
bt = util_button_icon_add(obj, "view-more-horizontal",
_("Options for device like conneect, pair etc."));
_("Options for device like connect, pair etc."));
evas_object_data_set(bt, "genlist", obj);
evas_object_smart_callback_add(bt, "clicked", _cb_flip, o);
elm_box_pack_end(bx, bt);