[SCM] ktp-send-file packaging branch, master, updated. debian/15.12.1-2-216-g8f07cdf

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:15:09 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-send-file.git;a=commitdiff;h=6881d7d

The following commit has been merged in the master branch:
commit 6881d7d235143c98683de85a2fbd974d7a28691b
Author: Pino Toscano <pino at kde.org>
Date:   Fri Feb 15 10:00:39 2013 +0100

    i18n: make sure the i18np parameter is a number
---
 mainwindow.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mainwindow.cpp b/mainwindow.cpp
index 5daac29..87fb0f7 100644
--- a/mainwindow.cpp
+++ b/mainwindow.cpp
@@ -67,7 +67,7 @@ MainWindow::MainWindow(const KUrl::List &urls, QWidget *parent) :
         setWindowTitle(i18n("Send files - %1", fileNames.trimmed()));
 
         ui->messageLabel->setText(i18n("You are about to send these files"));
-        ui->filesInfoLabel->setText(i18np("1 file selected", "%1 files selected",  QString::number(urls.count())));
+        ui->filesInfoLabel->setText(i18np("1 file selected", "%1 files selected", urls.count()));
         ui->fileNameLabel->setText(fileNames.replace(" ", "<br />"));
     }
 

-- 
ktp-send-file packaging



More information about the pkg-kde-commits mailing list