1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-06 06:07:37 +02:00

fixed typo

This commit is contained in:
Patrick von Reth
2013-07-24 12:09:19 +02:00
parent 5c6994ae85
commit cdf13725d1

View File

@@ -72,7 +72,7 @@ SnoreNotifyPlugin::SnoreNotifyPlugin()
addAlert( InfoNowPlaying, tr( "Now Playing" ) );
addAlert( InfoTrackUnresolved, tr( "Unresolved track" ) );
addAlert( InfoNowStopped, tr( "Playback Stopped" ) );
addAlert( InfoInboxReceived, tr( "You recived a Song recomondation" ) );
addAlert( InfoInboxReceived, tr( "You received a Song recomondation" ) );
connect( m_snore, SIGNAL( actionInvoked( Snore::Notification ) ), this, SLOT( slotActionInvoked( Snore::Notification ) ) );
}