1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-01-19 15:37:01 +01:00

along to you -> along with you

This commit is contained in:
Jeff Mitchell 2012-07-05 14:49:19 -04:00
parent 97e5b3a5c4
commit 4ca5cf456a

View File

@ -30,7 +30,7 @@ LatchedStatusItem::LatchedStatusItem( const Tomahawk::source_ptr& from, const To
, m_to( to )
, m_parent( parent )
{
m_text = tr( "%1 is listening along to you!" ).arg( from->friendlyName() );
m_text = tr( "%1 is listening along with you!" ).arg( from->friendlyName() );
}
LatchedStatusItem::~LatchedStatusItem()