[SCM] ktp-text-ui packaging branch, master, updated. debian/15.12.1-1-1918-gdf4b0ec

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:25:23 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-text-ui.git;a=commitdiff;h=f04ee07

The following commit has been merged in the master branch:
commit f04ee075fb4d78372682c8348317a333e5aa037d
Author: Alexander Potashev <aspotashev at gmail.com>
Date:   Wed May 6 15:07:23 2015 +0300

    Add missing space between sentences
---
 lib/authenticationwizard.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/authenticationwizard.cpp b/lib/authenticationwizard.cpp
index bd22b72..9be2119 100644
--- a/lib/authenticationwizard.cpp
+++ b/lib/authenticationwizard.cpp
@@ -187,7 +187,7 @@ QWizardPage *AuthenticationWizard::createQAPage()
 	} else {
 		if(!question.isEmpty()) {
 			page->setTitle(i18nc("@info", "Authentication with <b>%1</b>", contact));
-			lQuestion = new QLabel(i18nc("@info", "<b>%1</b> would like to verify your authentication."
+			lQuestion = new QLabel(i18nc("@info", "<b>%1</b> would like to verify your authentication. "
                         "Please answer the following question in the field below:", contact));
             layout->setRowMinimumHeight(1, 30);
 			lQuestion->setWordWrap(true);

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list