diff options
Diffstat (limited to 'src/backup.cpp')
-rw-r--r-- | src/backup.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backup.cpp b/src/backup.cpp index 75e68c9..12fe895 100644 --- a/src/backup.cpp +++ b/src/backup.cpp @@ -137,7 +137,7 @@ void BackupDialog::moveToAnotherFolder() 0, "<qt>" + i18n("The folder <b>%1</b> is not empty. Do you want to override it?").arg(folder), i18n("Override Folder?"), - KGuiItem(i18n("&Override"), "filesave") + KGuiItem(i18n("&Override"), "document-save") ); if (result == KMessageBox::No) return; @@ -189,7 +189,7 @@ void BackupDialog::backup() "<qt>" + i18n("The file <b>%1</b> already exists. Do you really want to override it?") .arg(KURL(destination).fileName()), i18n("Override File?"), - KGuiItem(i18n("&Override"), "filesave") + KGuiItem(i18n("&Override"), "document-save") ); if (result == KMessageBox::Cancel) return; |