1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-06 22:26:32 +02:00

Fix item 1) in remaining ACL issues for 0.5...change text of adding-friend prompt to prevent confusion

This commit is contained in:
Jeff Mitchell
2012-06-17 23:53:48 -04:00
parent 4f1579274e
commit 2c28325ae3

View File

@@ -799,7 +799,7 @@ XmppSipPlugin::onSubscriptionReceived( const Jreen::RosterItem::Ptr& item, const
QMessageBox *confirmBox = new QMessageBox( QMessageBox *confirmBox = new QMessageBox(
QMessageBox::Question, QMessageBox::Question,
tr( "Authorize User" ), tr( "Authorize User" ),
QString( tr( "Do you want to grant <b>%1</b> access to your Collection?" ) ).arg( presence.from().bare() ), QString( tr( "Do you want to add <b>%1</b> to your friend list?" ) ).arg( presence.from().bare() ),
QMessageBox::Yes | QMessageBox::No, QMessageBox::Yes | QMessageBox::No,
TomahawkUtils::tomahawkWindow() TomahawkUtils::tomahawkWindow()
); );