[geany/geany-plugins] 88c9fe: geanyctags: add missing _(
Jiří Techet
git-noreply at xxxxx
Wed Oct 15 14:37:02 UTC 2014
Branch: refs/heads/master
Author: Jiří Techet <techet at gmail.com>
Committer: Jiří Techet <techet at gmail.com>
Date: Wed, 15 Oct 2014 14:37:02 UTC
Commit: 88c9fec3617c2d401f0d3ab962ba864b4814d9d4
https://github.com/geany/geany-plugins/commit/88c9fec3617c2d401f0d3ab962ba864b4814d9d4
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).
More information about the Plugins-Commits
mailing list