[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=8567e1e
The following commit has been merged in the master branch:
commit 8567e1e68e5cd468145291a1f249eb0260dfd58f
Author: Alexander Potashev <aspotashev at gmail.com>
Date: Wed May 6 17:39:16 2015 +0300
i18n: Fix context
---
lib/authenticationwizard.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/authenticationwizard.cpp b/lib/authenticationwizard.cpp
index 9be2119..a7c8f5f 100644
--- a/lib/authenticationwizard.cpp
+++ b/lib/authenticationwizard.cpp
@@ -186,7 +186,7 @@ QWizardPage *AuthenticationWizard::createQAPage()
layout->addWidget(lAnswer);
} else {
if(!question.isEmpty()) {
- page->setTitle(i18nc("@info", "Authentication with <b>%1</b>", contact));
+ page->setTitle(i18nc("@title", "Authentication with <b>%1</b>", contact));
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);
--
ktp-text-ui packaging
More information about the pkg-kde-commits
mailing list