edje: better error message when a po file does not exist

This commit is contained in:
Jean Guyomarc'h 2017-03-09 22:17:43 +01:00
parent a0a957bb7d
commit 9ba17f6902
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}