bu5hm4n pushed a commit to branch master. http://git.enlightenment.org/apps/extra.git/commit/?id=1f502df5cde592085400a913ba0ba4288020e3cc
commit 1f502df5cde592085400a913ba0ba4288020e3cc Author: Marcel Hollerbach <[email protected]> Date: Mon Feb 13 10:17:35 2017 +0100 extra: that should be plural thank you jf_simon :) --- src/bin/extra_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/extra_main.c b/src/bin/extra_main.c index 5cba48c..fe79e5f 100644 --- a/src/bin/extra_main.c +++ b/src/bin/extra_main.c @@ -82,7 +82,7 @@ extra_win_sync(void) { Extra_Progress *progress; - progress = extra_ui_progress_popup_show("Updating themes and background", _extra_win_sync_done_cb, NULL); + progress = extra_ui_progress_popup_show("Updating themes and backgrounds", _extra_win_sync_done_cb, NULL); extra_sync(progress); } --
