<p>This simplifies translations by being less redundant.</p>

<p>Note: label variable is not freed because <code>keybindings_set_item()</code> currently assumes static strings but for plugins, so we need not free the label right away.  It's not a real problem though, as this string<br>
is required during the whole process' lifetime, so it'd use just as much memory anyway.</p>

<p>Closes <a href="https://github.com/geany/geany/issues/953" class="issue-link js-issue-link" data-url="https://github.com/geany/geany/issues/953" data-id="139643522" data-error-text="Failed to load issue title" data-permission-text="Issue title is private">#953</a>.</p>

<hr>

<p>I'm not certain this is a great way to fix, but it works.  Opinions welcome.</p>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>  <a href='https://github.com/geany/geany/pull/1058'>https://github.com/geany/geany/pull/1058</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Use a format string instead of repeating almost the same string 9 times</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/1058/files#diff-0">src/keybindings.c</a>
    (39)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/geany/geany/pull/1058.patch'>https://github.com/geany/geany/pull/1058.patch</a></li>
  <li><a href='https://github.com/geany/geany/pull/1058.diff'>https://github.com/geany/geany/pull/1058.diff</a></li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/geany/geany/pull/1058">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe/ABDrJ3yl9IYzdUt3-2hoU34RdlnTQs_nks5qJ0UxgaJpZM4IxerS">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ8y3uFANcprDmck_3ohnkSz87XBmks5qJ0UxgaJpZM4IxerS.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/1058"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>