rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=64c98aa56306fe2c46c88324e26ef2d22dfeea1c
commit 64c98aa56306fe2c46c88324e26ef2d22dfeea1c Author: Andrii Kroitor <[email protected]> Date: Mon Mar 21 10:17:40 2016 +0200 group_navigator: fix program type label Fixes T3315 --- src/bin/ui/workspace/group_navigator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/ui/workspace/group_navigator.c b/src/bin/ui/workspace/group_navigator.c index f437d89..3821bcb 100644 --- a/src/bin/ui/workspace/group_navigator.c +++ b/src/bin/ui/workspace/group_navigator.c @@ -1236,7 +1236,7 @@ _on_menu_add_program_clicked(void *data __UNUSED__, elm_object_part_content_set(item, "elm.swallow.content", pl->popup.entry_name); elm_box_pack_end(box, item); - LAYOUT_PROP_ADD(box, _("Transition type:"), "property", "1swallow") + LAYOUT_PROP_ADD(box, _("Action type:"), "property", "1swallow") EWE_COMBOBOX_ADD(item, pl->popup.combobox) ewe_combobox_select_item_set(pl->popup.combobox, 0); --
