Branch: refs/heads/master Author: Dimitar Zhekov dimitar.zhekov@gmail.com Committer: Dimitar Zhekov dimitar.zhekov@gmail.com Date: Tue, 20 Oct 2015 17:37:23 UTC Commit: d8318b6366369b6c94eb2e709c3e5d0d9b4efd3d https://github.com/geany/geany/commit/d8318b6366369b6c94eb2e709c3e5d0d9b4efd...
Log Message: ----------- Unify the spawn callers error messages: template replacement command
Modified Paths: -------------- src/templates.c
Modified: src/templates.c 3 lines changed, 2 insertions(+), 1 deletions(-) =================================================================== @@ -617,7 +617,8 @@ static gchar *run_command(const gchar *command, const gchar *file_name, } else { - g_warning("templates_replace_command: %s", error->message); + g_warning(_("Cannot execute template replacement command "%s": %s. " + "Check the path setting in template."), command, error->message); g_error_free(error); }
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).