rename select next/prev item

This commit is contained in:
Martin Rotter 2021-11-26 06:49:33 +01:00
parent 8ae02930f6
commit fe275bb864
2 changed files with 3 additions and 3 deletions

View file

@ -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>

View file

@ -461,7 +461,7 @@
</action> </action>
<action name="m_actionSelectNextItem"> <action name="m_actionSelectNextItem">
<property name="text"> <property name="text">
<string>Select &amp;next item</string> <string>&amp;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 &amp;previous item</string> <string>&amp;Previous item</string>
</property> </property>
<property name="shortcut"> <property name="shortcut">
<string notr="true">A</string> <string notr="true">A</string>