1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-01-29 20:49:52 +01:00

Merge pull request #254 from zizzfizzix/patch-2

fix typo
This commit is contained in:
Christian Muehlhaeuser 2014-09-17 17:34:15 +02:00
commit ff10f4536a

View File

@ -88,7 +88,7 @@ SnoreNotifyPlugin::SnoreNotifyPlugin()
addAlert( InfoNowPlaying, tr( "Now Playing" ) );
addAlert( InfoTrackUnresolved, tr( "Unresolved track" ) );
addAlert( InfoNowStopped, tr( "Playback Stopped" ) );
addAlert( InfoInboxReceived, tr( "You received a Song recomondation" ) );
addAlert( InfoInboxReceived, tr( "You received a Song recommendation" ) );
m_snore->registerApplication( m_application );