mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-18 23:09:42 +01:00
fixed typo
This commit is contained in:
parent
5c6994ae85
commit
cdf13725d1
@ -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 ) ) );
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user