diff options
Diffstat (limited to 'kcontrol/konsole/schemaeditor.cpp')
-rw-r--r-- | kcontrol/konsole/schemaeditor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kcontrol/konsole/schemaeditor.cpp b/kcontrol/konsole/schemaeditor.cpp index 66b07e59f..dfa4dbefe 100644 --- a/kcontrol/konsole/schemaeditor.cpp +++ b/kcontrol/konsole/schemaeditor.cpp @@ -317,7 +317,7 @@ void SchemaEditor::removeCurrent() int code = KMessageBox::warningContinueCancel(this, i18n("You are trying to remove a system schema. Are you sure?"), i18n("Removing System Schema"), - KGuiItem(i18n("&Delete"), "editdelete")); + KGuiItem(i18n("&Delete"), "edit-delete")); if (code != KMessageBox::Continue) return; } |