This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository enlightenment.
View the commit online.
commit e28909098fb7a74c11f1ab962c9d2c84738c187c
Author: Carsten Haitzler <ras...@rasterman.com>
AuthorDate: Tue Mar 25 10:49:09 2025 +0000
modules - non whitelist - make dialog button say ask again
---
src/bin/e_module.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/bin/e_module.c b/src/bin/e_module.c
index cda04cc99..a7a883d5b 100644
--- a/src/bin/e_module.c
+++ b/src/bin/e_module.c
@@ -704,7 +704,7 @@ _e_module_whitelist_dialog_timer(void *badl)
e_dialog_title_set(dia, _("Unstable module tainting"));
e_dialog_icon_set(dia, "enlightenment", 64);
e_dialog_text_set(dia, eina_strbuf_string_get(sbuf));
- e_dialog_button_add(dia, _("OK"), NULL, _cleanup_cb, badl);
+ e_dialog_button_add(dia, _("Ask again"), NULL, _cleanup_cb, badl);
e_dialog_button_add(dia, _("I know"), NULL, _ignore_cb, badl);
elm_win_center(dia->win, 1, 1);
e_dialog_show(dia);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.