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

* Fixed copy.

This commit is contained in:
Christian Muehlhaeuser 2012-06-20 11:03:18 +02:00
parent 61d766be11
commit a7642d12d1

View File

@ -506,7 +506,7 @@ SettingsDialog::aclEntryClearButtonClicked()
QMessageBox::StandardButton button = QMessageBox::question(
ui->stackedWidget,
tr( "Delete all Access Control entries?" ),
tr( "Do you really want to delete all Access Control entries? You will be be asked for a decision again for each peer that you connect to." ),
tr( "Do you really want to delete all Access Control entries? You will be asked for a decision again for each peer that you connect to." ),
QMessageBox::Ok | QMessageBox::Cancel,
QMessageBox::Ok
);