From 3267070da93d1c2624e702849592c4f82b4df57a Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Wed, 26 Oct 2022 07:16:37 -0400 Subject: [PATCH] elementary_config: Fix typo for Entry 'Mangifiers' --- src/bin/elementary/config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/elementary/config.c b/src/bin/elementary/config.c index ddf10e1eda..26e723d549 100644 --- a/src/bin/elementary/config.c +++ b/src/bin/elementary/config.c @@ -2029,7 +2029,7 @@ _status_config_etc(Evas_Object *win, elm_check_state_set(ck, elm_config_desktop_entry_get()); // desktop_entry - CHECK_ADD("Entry Mangifiers", "Set popup magnifiers on start/end selection handles in entries", mag_change, NULL); + CHECK_ADD("Entry Magnifiers", "Set popup magnifiers on start/end selection handles in entries", mag_change, NULL); elm_check_state_set(ck, elm_config_magnifier_enable_get()); // access