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:
@@ -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()
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user