149
149
/* Check to see if we need to warn the user. */
150
150
if(info.size() > 30000000 && compress && !displayed_prompt)
152
if(QMessageBox::warning(NULL, "Warning:", "Transferring files larger than 30 MB with compression enabled can significantly slow down your computer.\n\nWould you like to temporarily disable compression for these files?",
152
if(QMessageBox::warning(NULL, tr("Warning:"), tr("Transferring files larger than 30 MB with compression enabled can significantly slow down your computer.\n\nWould you like to temporarily disable compression for these files?"),
153
153
QMessageBox::Yes, QMessageBox::No) == QMessageBox::Yes)