clapper-app: help-overlay: Update progression key accelerator

We allow just "p" key (including any combination with it) for changing
progression mode. Fix its description in help overlay to be just "p" then.

Fixes #417
This commit is contained in:
Rafał Dzięgiel
2024-04-17 19:10:55 +02:00
parent a46846c24d
commit 2aecd65735

View File

@@ -86,7 +86,7 @@
<child>
<object class="GtkShortcutsShortcut">
<property name="title" translatable="yes">Change progression mode</property>
<property name="accelerator">&lt;Ctrl&gt;p</property>
<property name="accelerator">p</property>
</object>
</child>
</object>