From 87fabef6340c83c7c8746f37aa70b9d7a54b7d5e Mon Sep 17 00:00:00 2001 From: pano Date: Sat, 6 Mar 2010 16:46:55 +0100 Subject: Further changes to my last commit Change string and icon of the button --- src/mainview.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mainview.cpp b/src/mainview.cpp index fc4ddc6c..f2152364 100644 --- a/src/mainview.cpp +++ b/src/mainview.cpp @@ -499,7 +499,7 @@ void MainView::closeTab(int index) i18n("This tab contains changes that have not been submitted.\n" "Closing the tab will discard these changes.\n" "Do you really want to close this tab?\n"), - i18n("Closing Modified Tab"), KGuiItem(i18n("&Discard Changes"),"view-refresh"), KStandardGuiItem::cancel()); + i18n("Closing Modified Tab"), KGuiItem(i18n("Close &Tab"),"tab-close"), KStandardGuiItem::cancel()); if (risp != KMessageBox::Continue) return; } -- cgit v1.2.1