netstar pushed a commit to branch master.

http://git.enlightenment.org/tools/edi.git/commit/?id=959e2435e09604fbea77c3cba19c1a7693a6d472

commit 959e2435e09604fbea77c3cba19c1a7693a6d472
Author: Al Poole <[email protected]>
Date:   Tue Sep 19 20:34:15 2017 +0100

    notify: less text is more.
    
    Trim the notification text. Some unnecessary stuff there.
---
 src/bin/edi_main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/edi_main.c b/src/bin/edi_main.c
index 9ccf27d..3ffdd4a 100644
--- a/src/bin/edi_main.c
+++ b/src/bin/edi_main.c
@@ -710,7 +710,7 @@ _edi_build_display_status_cb(int status, void *data)
    else
      eina_strbuf_append_printf(message, _("%s of project <b>%s</b> in %s was 
successful.\n"), name, edi_project_name_get(), edi_project_get());
 
-   eina_strbuf_append_printf(title, _("EDI :: %s Status (%s)"), name, status ? 
_("Failure") : _("Success"));
+   eina_strbuf_append_printf(title, _("%s %s"), name, status ? _("Failed") : 
_("Passed"));
 
    edi_screens_desktop_notify(eina_strbuf_string_get(title), 
eina_strbuf_string_get(message));
 

-- 


Reply via email to