rename select next/prev item
This commit is contained in:
parent
8ae02930f6
commit
fe275bb864
2 changed files with 3 additions and 3 deletions
|
@ -26,7 +26,7 @@
|
||||||
<url type="donation">https://github.com/sponsors/martinrotter</url>
|
<url type="donation">https://github.com/sponsors/martinrotter</url>
|
||||||
<content_rating type="oars-1.1" />
|
<content_rating type="oars-1.1" />
|
||||||
<releases>
|
<releases>
|
||||||
<release version="4.0.4" date="2021-11-25"/>
|
<release version="4.0.4" date="2021-11-26"/>
|
||||||
</releases>
|
</releases>
|
||||||
<content_rating type="oars-1.0">
|
<content_rating type="oars-1.0">
|
||||||
<content_attribute id="violence-cartoon">none</content_attribute>
|
<content_attribute id="violence-cartoon">none</content_attribute>
|
||||||
|
|
|
@ -461,7 +461,7 @@
|
||||||
</action>
|
</action>
|
||||||
<action name="m_actionSelectNextItem">
|
<action name="m_actionSelectNextItem">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Select &next item</string>
|
<string>&Next item</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="shortcut">
|
<property name="shortcut">
|
||||||
<string notr="true">S</string>
|
<string notr="true">S</string>
|
||||||
|
@ -469,7 +469,7 @@
|
||||||
</action>
|
</action>
|
||||||
<action name="m_actionSelectPreviousItem">
|
<action name="m_actionSelectPreviousItem">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Select &previous item</string>
|
<string>&Previous item</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="shortcut">
|
<property name="shortcut">
|
||||||
<string notr="true">A</string>
|
<string notr="true">A</string>
|
||||||
|
|
Loading…
Add table
Reference in a new issue