[SCM] ktp-kded-integration-module packaging branch, master, updated. debian/15.12.1-2-382-gbd961c2

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


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-kded-module.git;a=commitdiff;h=425c04f

The following commit has been merged in the master branch:
commit 425c04fac4feab55d33aa46023d4f77c0a3eeb65
Author: Lasse Liehu <lasse.liehu at gmail.com>
Date:   Thu Jul 18 13:48:49 2013 +0200

    Fix the string changes in the previous commit
    
    xgettext: no-c-format is needed for them.
    
    REVIEW: 111561
---
 config/telepathy-kded-config.cpp | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/config/telepathy-kded-config.cpp b/config/telepathy-kded-config.cpp
index a5da6d7..953a637 100644
--- a/config/telepathy-kded-config.cpp
+++ b/config/telepathy-kded-config.cpp
@@ -51,6 +51,7 @@ TelepathyKDEDConfig::TelepathyKDEDConfig(QWidget *parent, const QVariantList& ar
                         << i18nc("Album tag in now playing plugin, use one word and keep the '%' character.", "%album")
                         // xgettext: no-c-format
                         << i18nc("Track number tag in now playing plugin, use one word and keep the '%' character.", "%track");
+    // xgettext: no-c-format
     m_localizedTimeTagName = i18nc("Time tag. Use one word and keep the '%' character.", "%time");
 
     QStringList itemsIcons;
@@ -83,12 +84,15 @@ TelepathyKDEDConfig::TelepathyKDEDConfig(QWidget *parent, const QVariantList& ar
                                     " minutes"));
 
     ui->m_awayMessage->setClickMessage(i18n("Leave empty for no message"));
+    // xgettext: no-c-format
     ui->m_awayMessage->setToolTip(i18n("Use %time to insert UTC time of when you went away"));
 
     ui->m_xaMessage->setClickMessage(i18n("Leave empty for no message"));
+    // xgettext: no-c-format
     ui->m_xaMessage->setToolTip(i18n("Use %time to insert UTC time of when you went not available"));
 
     ui->m_screenSaverAwayMessage->setClickMessage(i18n("Leave empty for no message"));
+    // xgettext: no-c-format
     ui->m_screenSaverAwayMessage->setToolTip(i18n("Use %time to insert UTC time of when the screen saver was activated"));
 
     connect(ui->m_downloadUrlRequester, SIGNAL(textChanged(QString)),

-- 
ktp-kded-integration-module packaging



More information about the pkg-kde-commits mailing list