1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-13 09:34:53 +02:00

along to you -> along with you

This commit is contained in:
Jeff Mitchell
2012-07-05 14:49:19 -04:00
parent 10462ee257
commit bca64a70ed

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