|
|
@ -588,7 +588,7 @@ void KDialogDFileDialog::slotOk() |
|
|
|
i18n("File %1 exists.\nDo you want to replace it?") |
|
|
|
.arg(urls.first().prettyURL()), |
|
|
|
i18n("File Exists"), |
|
|
|
KGuiItem(i18n("Replace"), "filesaveas"), TQString(), |
|
|
|
KGuiItem(i18n("Replace"), "document-save-as"), TQString(), |
|
|
|
KMessageBox::Notify|KMessageBox::PlainCaption); |
|
|
|
|
|
|
|
if(good) |
|
|
|