jayji pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=9ba17f6902ebdde417b4d56aedb8663bd09bf2d2
commit 9ba17f6902ebdde417b4d56aedb8663bd09bf2d2 Author: Jean Guyomarc'h <j...@guyomarch.bzh> Date: Thu Mar 9 22:17:43 2017 +0100 edje: better error message when a po file does not exist --- src/bin/edje/edje_cc_out.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/edje/edje_cc_out.c b/src/bin/edje/edje_cc_out.c index fc456b8..367b266 100644 --- a/src/bin/edje/edje_cc_out.c +++ b/src/bin/edje/edje_cc_out.c @@ -1752,7 +1752,7 @@ data_write_mo(Eet_File *ef, int *mo_num) } } else - error_and_abort(mw->ef, "Invalid .po file."); + error_and_abort(mw->ef, "Invalid .po file \"%s\".", po_path); } free(mw); } --