netstar pushed a commit to branch master. http://git.enlightenment.org/apps/evisum.git/commit/?id=dc770c7f9f271ed3be6c59610365a2bd81415ca6
commit dc770c7f9f271ed3be6c59610365a2bd81415ca6 Author: Alastair Poole <[email protected]> Date: Mon Nov 2 19:21:41 2020 +0000 menu: rename label. This is probably going to upset someone with the wording. At the moment not caring about the other desktops for this, we can do something better here but doing it across BSD is going to be involved. --- src/bin/ui/ui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/ui/ui.c b/src/bin/ui/ui.c index dc98534..fc14609 100644 --- a/src/bin/ui/ui.c +++ b/src/bin/ui/ui.c @@ -1364,7 +1364,7 @@ _main_menu_create(Ui *ui, Evas_Object *btn) chk = elm_check_add(bx2); evas_object_size_hint_weight_set(chk, EXPAND, EXPAND); evas_object_size_hint_align_set(chk, FILL, FILL); - elm_object_text_set(chk, _("Children of the light?")); + elm_object_text_set(chk, _("Current desktop session only?")); elm_check_state_set(chk, _evisum_config->show_desktop); evas_object_show(chk); evas_object_smart_callback_add(chk, "changed", --
