We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03cd31d commit 78fd35bCopy full SHA for 78fd35b
modules/gui/qt4/menus.cpp
@@ -592,7 +592,7 @@ static inline void VolumeEntries( intf_thread_t *p_intf, QMenu *current )
592
QAction *action = current->addAction( QIcon( ":/toolbar/volume-high" ), qtr( "&Increase Volume" ),
593
ActionsManager::getInstance( p_intf ), SLOT( AudioUp() ) );
594
action->setData( VLCMenuBar::ACTION_STATIC );
595
- action = current->addAction( QIcon( ":/toolbar/volume-low" ), qtr( "&Decrease Volume" ),
+ action = current->addAction( QIcon( ":/toolbar/volume-low" ), qtr( "D&ecrease Volume" ),
596
ActionsManager::getInstance( p_intf ), SLOT( AudioDown() ) );
597
598
action = current->addAction( QIcon( ":/toolbar/volume-muted" ), qtr( "&Mute" ),
0 commit comments