[SCM] ktp-contact-applet packaging branch, master, updated. debian/15.12.1-1-966-gde83ac5

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


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-desktop-applets.git;a=commitdiff;h=9098c23

The following commit has been merged in the master branch:
commit 9098c23b28a77d2900f049d6834a85a6dc07cb1c
Author: Teemu Rytilahti <tpr at iki.fi>
Date:   Sat Oct 27 20:33:47 2012 +0200

    Add missing ellipsis ("...") for actions which open up a dialog.
    
    Reviewed-by: Martin Klapetek
---
 presence/src/presence-applet.cpp | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/presence/src/presence-applet.cpp b/presence/src/presence-applet.cpp
index 33fc8cc..ca32e35 100644
--- a/presence/src/presence-applet.cpp
+++ b/presence/src/presence-applet.cpp
@@ -145,12 +145,12 @@ void TelepathyPresenceApplet::setupContextMenuActions()
     goOfflineAction->setData(QVariant::fromValue(KTp::Presence(Tp::Presence::offline())));
 
     // application actions
-    KAction *showAccountManagerAction = new KAction(KIcon("telepathy-kde"), i18n("Account Manager"), this);
-    KAction *showContactListAction = new KAction(KIcon("meeting-attending"), i18n("Contact List"), this);
-    KAction *addContactAction = new KAction(KIcon("list-add-user"), i18n("Add New Contacts"), this);
+    KAction *showAccountManagerAction = new KAction(KIcon("telepathy-kde"), i18n("Account Manager..."), this);
+    KAction *showContactListAction = new KAction(KIcon("meeting-attending"), i18n("Contact List..."), this);
+    KAction *addContactAction = new KAction(KIcon("list-add-user"), i18n("Add New Contacts..."), this);
     KAction *makeCallAction = 0;
     if (!KStandardDirs::findExe(QLatin1String("ktp-dialout-ui")).isEmpty()) {
-        makeCallAction = new KAction(KIcon("internet-telephony"), i18n("Make a Call"), this);
+        makeCallAction = new KAction(KIcon("internet-telephony"), i18n("Make a Call..."), this);
     }
 
     // connect actions

-- 
ktp-contact-applet packaging



More information about the pkg-kde-commits mailing list