From kde-commits Mon Aug 31 21:51:56 2009 From: Albert Astals Cid Date: Mon, 31 Aug 2009 21:51:56 +0000 To: kde-commits Subject: KDE/kdelibs/khtml/html Message-Id: <1251755516.696433.24348.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=125175553225306 SVN commit 1017923 by aacid: make the button plural aware M +1 -1 html_formimpl.cpp --- trunk/KDE/kdelibs/khtml/html/html_formimpl.cpp #1017922:1017923 @@ -437,7 +437,7 @@ "your local computer to the Internet.\n" "Do you really want to continue?"), fileUploads, - i18n("Send Confirmation"),KGuiItem(i18n("&Send Files"), "document-export")); + i18n("Send Confirmation"),KGuiItem(i18np("&Send File", "&Send Files", fileUploads.count()), "document-export")); if (result == KMessageBox::Cancel) {