summaryrefslogtreecommitdiffstats
path: root/kcontrol/konsole/sessioneditor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kcontrol/konsole/sessioneditor.cpp')
-rw-r--r--kcontrol/konsole/sessioneditor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kcontrol/konsole/sessioneditor.cpp b/kcontrol/konsole/sessioneditor.cpp
index 86c9dd825..290541d12 100644
--- a/kcontrol/konsole/sessioneditor.cpp
+++ b/kcontrol/konsole/sessioneditor.cpp
@@ -358,7 +358,7 @@ void SessionEditor::removeCurrent()
int code = KMessageBox::warningContinueCancel(this,
i18n("You are trying to remove a system session. Are you sure?"),
i18n("Removing System Session"),
- KGuiItem(i18n("&Delete"),"editdelete"));
+ KGuiItem(i18n("&Delete"),"edit-delete"));
if (code != KMessageBox::Continue)
return;
}