Branch: refs/heads/master Author: Jiří Techet techet@gmail.com Committer: Jiří Techet techet@gmail.com Date: Wed, 15 Oct 2014 14:37:02 UTC Commit: 88c9fec3617c2d401f0d3ab962ba864b4814d9d4 https://github.com/geany/geany-plugins/commit/88c9fec3617c2d401f0d3ab962ba86...
Log Message: ----------- geanyctags: add missing _(
Modified Paths: -------------- geanyctags/src/geanyctags.c
Modified: geanyctags/src/geanyctags.c 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -139,7 +139,7 @@ static void spawn_cmd(const gchar *cmd, const gchar *dir) { if (error != NULL) { - msgwin_msg_add(COLOR_RED, -1, NULL, "Process execution failed (%s)", error->message); + msgwin_msg_add(COLOR_RED, -1, NULL, _("Process execution failed (%s)"), error->message); g_error_free(error); } msgwin_msg_add(COLOR_RED, -1, NULL, "%s", err);
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
plugins-commits@lists.geany.org