<p>In <a href="https://github.com/geany/geany/pull/701#discussion_r43582951">src/templates.c</a>:</p>
<pre style='color:#555'>> @@ -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);
</pre>
<p>Fixed.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br>Reply to this email directly or <a href="https://github.com/geany/geany/pull/701/files#r43582951">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ_xcg4-lNX7Hu5ETwAQBJnpq_GQUks5pBhRGgaJpZM4GRgsl.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/geany/geany/pull/701/files#r43582951"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>