Branch: refs/heads/master Author: Dimitar Zhekov dimitar.zhekov@gmail.com Committer: Dimitar Zhekov dimitar.zhekov@gmail.com Date: Sun, 01 Nov 2015 14:00:03 UTC Commit: a99454f4a0b740085bd5a5974aab8e5b12615db3 https://github.com/geany/geany/commit/a99454f4a0b740085bd5a5974aab8e5b12615d...
Log Message: ----------- Clarify the template command spawning message
Modified Paths: -------------- src/templates.c
Modified: src/templates.c 4 lines changed, 2 insertions(+), 2 deletions(-) =================================================================== @@ -617,8 +617,8 @@ static gchar *run_command(const gchar *command, const gchar *file_name, } else { - g_warning(_("Cannot execute template replacement command "%s": %s. " - "Check the path setting in template."), command, error->message); + g_warning(_("Cannot execute command "%s" from the template: %s. " + "Check the path in the 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).