This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository efl.
View the commit online.
commit 3267070da93d1c2624e702849592c4f82b4df57a
Author: Christopher Michael <devilho...@comcast.net>
AuthorDate: Wed Oct 26 07:16:37 2022 -0400
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
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.