<p>In <a href="https://github.com/geany/geany/pull/701#discussion_r42653396">src/callbacks.c</a>:</p>
<pre style='color:#555'>>              {
> -                  ui_set_statusbar(TRUE, "Context action command failed: %s", error->message);
> +                  ui_set_statusbar(TRUE, format, command, error->message);
</pre>
<p>As you can see, the two formats only differ by "the path setting in ", so I could have used a common<br>
_("Cannot execute context action command \"%s\": %s. "<br>
"Check the path setting in %s.")<br>
but wasn't sure it'll be good for the translations. If you say it's OK, I'll simplify the whole thing.</p>

<p>As of whether "we really want the literal %s", I'm not sure what you are talking about... We want the original command, without the selected text, which may be very long, and is an argument anyway.</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#r42653396">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJx1XhdKSYqMYKwK9MUxYfxYDWsPeks5o98BmgaJpZM4GRgsl.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#r42653396"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>