mirror of
https://github.com/SoongNoonien/mpdevil.git
synced 2023-08-10 21:12:44 +03:00
removed subtitles in shortcuts window
This commit is contained in:
parent
e46ec34ed5
commit
38f096cd56
@ -179,7 +179,6 @@
|
|||||||
<object class="GtkShortcutsShortcut">
|
<object class="GtkShortcutsShortcut">
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
<property name="title" translatable="yes">Remove selected song</property>
|
<property name="title" translatable="yes">Remove selected song</property>
|
||||||
<property name="subtitle" translatable="yes">Middle-click</property>
|
|
||||||
<property name="accelerator">Delete</property>
|
<property name="accelerator">Delete</property>
|
||||||
</object>
|
</object>
|
||||||
</child>
|
</child>
|
||||||
@ -194,7 +193,6 @@
|
|||||||
<object class="GtkShortcutsShortcut">
|
<object class="GtkShortcutsShortcut">
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
<property name="title" translatable="yes">Show additional information</property>
|
<property name="title" translatable="yes">Show additional information</property>
|
||||||
<property name="subtitle" translatable="yes">Right-click</property>
|
|
||||||
<property name="accelerator"><Control>i Menu</property>
|
<property name="accelerator"><Control>i Menu</property>
|
||||||
</object>
|
</object>
|
||||||
</child>
|
</child>
|
||||||
@ -242,7 +240,6 @@
|
|||||||
<object class="GtkShortcutsShortcut">
|
<object class="GtkShortcutsShortcut">
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
<property name="title" translatable="yes">Append selected item</property>
|
<property name="title" translatable="yes">Append selected item</property>
|
||||||
<property name="subtitle" translatable="yes">Middle-click</property>
|
|
||||||
<property name="accelerator"><Control>plus</property>
|
<property name="accelerator"><Control>plus</property>
|
||||||
</object>
|
</object>
|
||||||
</child>
|
</child>
|
||||||
@ -250,7 +247,6 @@
|
|||||||
<object class="GtkShortcutsShortcut">
|
<object class="GtkShortcutsShortcut">
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
<property name="title" translatable="yes">Play selected item immediately</property>
|
<property name="title" translatable="yes">Play selected item immediately</property>
|
||||||
<property name="subtitle" translatable="yes">Double-click</property>
|
|
||||||
<property name="accelerator"><Control>Return</property>
|
<property name="accelerator"><Control>Return</property>
|
||||||
</object>
|
</object>
|
||||||
</child>
|
</child>
|
||||||
@ -258,7 +254,6 @@
|
|||||||
<object class="GtkShortcutsShortcut">
|
<object class="GtkShortcutsShortcut">
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
<property name="title" translatable="yes">Show additional information</property>
|
<property name="title" translatable="yes">Show additional information</property>
|
||||||
<property name="subtitle" translatable="yes">Right-click</property>
|
|
||||||
<property name="accelerator"><Control>i Menu</property>
|
<property name="accelerator"><Control>i Menu</property>
|
||||||
</object>
|
</object>
|
||||||
</child>
|
</child>
|
||||||
|
Loading…
Reference in New Issue
Block a user