Skip to content

Commit 78fd35b

Browse files
trulexjbkempf
authored andcommitted
Qt: Changed mnemonic that was inaccessible during play.
Signed-off-by: Jean-Baptiste Kempf <[email protected]>
1 parent 03cd31d commit 78fd35b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/gui/qt4/menus.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@ static inline void VolumeEntries( intf_thread_t *p_intf, QMenu *current )
592592
QAction *action = current->addAction( QIcon( ":/toolbar/volume-high" ), qtr( "&Increase Volume" ),
593593
ActionsManager::getInstance( p_intf ), SLOT( AudioUp() ) );
594594
action->setData( VLCMenuBar::ACTION_STATIC );
595-
action = current->addAction( QIcon( ":/toolbar/volume-low" ), qtr( "&Decrease Volume" ),
595+
action = current->addAction( QIcon( ":/toolbar/volume-low" ), qtr( "D&ecrease Volume" ),
596596
ActionsManager::getInstance( p_intf ), SLOT( AudioDown() ) );
597597
action->setData( VLCMenuBar::ACTION_STATIC );
598598
action = current->addAction( QIcon( ":/toolbar/volume-muted" ), qtr( "&Mute" ),

0 commit comments

Comments
 (0)