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) {