From 3ac90b74721f95d30c1260537d075107fef1c7a5 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 28 Nov 2021 14:58:21 +0900 Subject: Fixed singular form in translation. This resolves issue #14. Signed-off-by: Michele Calgaro (cherry picked from commit 4dc558cd6b21dad9b49e03022f4c41cf7ad09e40) --- src/renamedialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/renamedialog.cpp') diff --git a/src/renamedialog.cpp b/src/renamedialog.cpp index d9565fb..092f503 100644 --- a/src/renamedialog.cpp +++ b/src/renamedialog.cpp @@ -36,7 +36,7 @@ RenameDialog::RenameDialog(const KURL::List& items) : topLayout->setMargin(KDialog::marginHint()); const int itemCount = items.count(); - TQLabel* editLabel = new TQLabel(i18n("Rename the %n selected items to:", "Rename the %n selected items to:", itemCount), + TQLabel* editLabel = new TQLabel(i18n("Rename the %n selected item to:", "Rename the %n selected items to:", itemCount), plainPage()); m_lineEdit = new KLineEdit(plainPage()); -- cgit v1.2.1