1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-06 14:16:32 +02: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

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 );