Improve mute shortcut description

This does both mute and unmute, describe it as a toggle
This commit is contained in:
Rafał Dzięgiel
2021-09-06 13:07:07 +02:00
parent 574e084383
commit cd7d99606d

View File

@@ -130,7 +130,7 @@
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="title" translatable="yes">Mute volume</property>
<property name="title" translatable="yes">Toggle mute</property>
<property name="accelerator">&lt;Ctrl&gt;M</property>
</object>
</child>