1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-20 15:59:42 +01:00

* Wording change: Remove instead of Delete.

This commit is contained in:
Christian Muehlhaeuser 2013-04-16 10:17:15 +02:00
parent 175b69a22a
commit dea6a41d11

View File

@ -166,7 +166,7 @@ ContextMenu::setQueries( const QList<Tomahawk::query_ptr>& queries )
addSeparator();
if ( m_supportedActions & ActionDelete )
m_sigmap->setMapping( addAction( queries.count() > 1 ? tr( "&Delete Items" ) : tr( "&Delete Item" ) ), ActionDelete );
m_sigmap->setMapping( addAction( queries.count() > 1 ? tr( "&Remove Items" ) : tr( "&Remove Item" ) ), ActionDelete );
foreach ( QAction* action, actions() )
{