┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinview.cpp
diff options
context:
space:
mode:
authorChusslove Illich <[email protected]>2008-03-18 22:38:52 +0000
committerChusslove Illich <[email protected]>2008-03-18 22:38:52 +0000
commit428a5cacceb9944b0ad803608de663cc84fcdadc (patch)
treeda39178cff514ad69f287c754a9c7084dc2bd7ce /src/dolphinview.cpp
parent7bce1c996b256620aa9f62943ebbb5ccc1ec5082 (diff)
Fix Krazy i18n issues.
svn path=/trunk/KDE/kdebase/apps/; revision=787308
Diffstat (limited to 'src/dolphinview.cpp')
-rw-r--r--src/dolphinview.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dolphinview.cpp b/src/dolphinview.cpp
index 9887b9628..257809b67 100644
--- a/src/dolphinview.cpp
+++ b/src/dolphinview.cpp
@@ -1121,8 +1121,8 @@ void DolphinView::paste()
int result = KMessageBox::questionYesNo(window(),
text,
i18nc("@title:window", "Paste into Folder"),
- KGuiItem(i18nc("@label", "Paste"), "dialog-ok"),
- KGuiItem(i18nc("@label", "Cancel"), "dialog-cancel"));
+ KGuiItem(i18nc("@action:button", "Paste"), "dialog-ok"),
+ KGuiItem(i18nc("@action:button", "Cancel"), "dialog-cancel"));
if (result == KMessageBox::No) {
return;
}