raster pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=7d694d6eea4a599f7d60af4c38f12a6d01fc57fa
commit 7d694d6eea4a599f7d60af4c38f12a6d01fc57fa Author: Carsten Haitzler <ras...@rasterman.com> Date: Thu Jul 8 17:50:36 2021 +0100 xkb settings - fix typo copy & paste for advanced add ctrl opts this fixes T8947 @fix --- src/modules/xkbswitch/e_mod_config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/xkbswitch/e_mod_config.c b/src/modules/xkbswitch/e_mod_config.c index 4e9a48e2c..534cb2f12 100644 --- a/src/modules/xkbswitch/e_mod_config.c +++ b/src/modules/xkbswitch/e_mod_config.c @@ -1078,7 +1078,7 @@ _cb_ctrl_up(void *data, Evas_Object *obj EINA_UNUSED, void *event EINA_UNUSED) if (!(cfdata = data)) return; - _popup_add(_("Switch Layout"), cfdata, optswitch, + _popup_add(_("Control"), cfdata, optctrl, &cfdata->cfg_ctrl_options, cfdata->ctrl_list); } --