[SCM] ktp-call-ui packaging branch, master, updated. debian/16.04.0-2-11-g992f4fc

Maximiliano Curia maxy at moszumanska.debian.org
Tue Sep 12 14:07:31 UTC 2017


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

The following commit has been merged in the master branch:
commit 75ef44d5f5236a61888771e7ccac96885282dede
Author: Luigi Toscano <luigi.toscano at tiscali.it>
Date:   Mon Mar 13 23:50:29 2017 +0100

    Fix terminology: "by KDE", not "for KDE"
    
    "KDE" has been only the community for a while.
---
 src/dialout/main.cpp | 2 +-
 src/main.cpp         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/dialout/main.cpp b/src/dialout/main.cpp
index fbd8369..cab2f1f 100644
--- a/src/dialout/main.cpp
+++ b/src/dialout/main.cpp
@@ -28,7 +28,7 @@ int main(int argc, char **argv)
 {
     KAboutData aboutData("ktp-dialout-ui", i18n("KDE Telepathy Dialout Ui"),
                         KTP_CALL_UI_VERSION,
-                        i18n("VoIP client for KDE"), KAboutLicense::GPL,
+                        i18n("VoIP client by KDE"), KAboutLicense::GPL,
                         i18n("(C) 2009-2012, George Kiagiadakis
"
                              "(C) 2010-2011, Collabora Ltd."));
     aboutData.addAuthor(i18nc("@info:credit", "George Kiagiadakis"), QString(),
diff --git a/src/main.cpp b/src/main.cpp
index 082d677..c15cf40 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -38,7 +38,7 @@ int main(int argc, char **argv)
     KTp::TelepathyHandlerApplication app(argc, argv);
     KAboutData aboutData("ktp-call-ui", i18n("KDE Telepathy Call Ui"),
                           KTP_CALL_UI_VERSION,
-                          i18n("VoIP client for KDE"), KAboutLicense::GPL,
+                          i18n("VoIP client by KDE"), KAboutLicense::GPL,
                           i18n("(C) 2009-2012, George Kiagiadakis
"
                                 "(C) 2010-2011, Collabora Ltd."));
     aboutData.addAuthor(i18nc("@info:credit", "George Kiagiadakis"), QString(),

-- 
ktp-call-ui packaging



More information about the pkg-kde-commits mailing list