xkb settings - fix typo copy & paste for advanced add ctrl opts

this fixes T8947

@fix
This commit is contained in:
Carsten Haitzler 2021-07-08 17:50:36 +01:00
parent 32e2825e93
commit 7d694d6eea
1 changed files with 1 additions and 1 deletions

View File

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