From 1a81483d2e1c269010b32355c0b64de0b0ba53b7 Mon Sep 17 00:00:00 2001 From: Chusslove Illich Date: Tue, 20 Feb 2007 15:03:09 +0000 Subject: i18n fixes. Note: %n is no longer used in plural strings. svn path=/trunk/KDE/kdebase/apps/; revision=635655 --- src/dolphinmainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dolphinmainwindow.cpp') diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp index 98c8af834..99ddcbbef 100644 --- a/src/dolphinmainwindow.cpp +++ b/src/dolphinmainwindow.cpp @@ -590,7 +590,7 @@ void DolphinMainWindow::updatePasteAction() pasteAction->setText(i18n("Paste 1 File")); } else { - pasteAction->setText(i18n("Paste %1 Files").arg(count)); + pasteAction->setText(i18n("Paste %1 Files", count)); } } else { -- cgit v1.3