[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:20:20 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-text-ui.git;a=commitdiff;h=fb9e79a
The following commit has been merged in the master branch:
commit fb9e79a7424e9f5a1824863a84327be659e70135
Author: Pino Toscano <pino at kde.org>
Date: Tue Oct 25 16:03:44 2011 +0200
i18n fix: "Ok" -> "OK"
---
adiumxtra-protocol-handler/adiumxtra-protocol-handler.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/adiumxtra-protocol-handler/adiumxtra-protocol-handler.cpp b/adiumxtra-protocol-handler/adiumxtra-protocol-handler.cpp
index 7b25557..0502afb 100644
--- a/adiumxtra-protocol-handler/adiumxtra-protocol-handler.cpp
+++ b/adiumxtra-protocol-handler/adiumxtra-protocol-handler.cpp
@@ -73,7 +73,7 @@ BundleInstaller::BundleStatus AdiumxtraProtocolHandler::install(const QString &p
} else {
KNotification *notification = new KNotification(QLatin1String("packagenotrecognized"), NULL, KNotification::Persistent);
notification->setText( i18n("Package type not recognized or not supported") );
- notification->setActions( QStringList() << i18n("Ok") );
+ notification->setActions( QStringList() << i18n("OK") );
QObject::connect(notification, SIGNAL(action1Activated()), this, SLOT(install()));
QObject::connect(notification, SIGNAL(action1Activated()), notification, SLOT(close()));
@@ -122,7 +122,7 @@ BundleInstaller::BundleStatus AdiumxtraProtocolHandler::install(const QString &p
QObject::connect(notification, SIGNAL(ignored()), this, SLOT(ignoreRequest()));
QObject::connect(notification, SIGNAL(ignored()), notification, SLOT(close()));
- notification->setActions( QStringList() << i18n("Ok") );
+ notification->setActions( QStringList() << i18n("OK") );
notification->sendEvent();
kDebug() << "sent error";
--
ktp-text-ui packaging
More information about the pkg-kde-commits
mailing list