[SCM] ktp-accounts-kcm packaging branch, master, updated. debian/15.12.1-1-1157-gc4589c5

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:04:35 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-accounts-kcm.git;a=commitdiff;h=32b49c8

The following commit has been merged in the master branch:
commit 32b49c8ae5dbc68dee4902d66a2ee87b422e91ab
Author: Diane Trout <alienghic at gmail.com>
Date:   Fri Jul 12 13:05:31 2013 +0200

    Spelling in "what's this" tooltip fix
    
    BUG: 322221
---
 src/accounts-list-delegate.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/accounts-list-delegate.cpp b/src/accounts-list-delegate.cpp
index d304e08..af09204 100644
--- a/src/accounts-list-delegate.cpp
+++ b/src/accounts-list-delegate.cpp
@@ -68,7 +68,7 @@ QList<QWidget*> AccountsListDelegate::createItemWidgets() const
     ChangeIconButton *changeIconButton = new ChangeIconButton();
     changeIconButton->setFlat(true);
     changeIconButton->setToolTip(i18n("Change account icon"));
-    changeIconButton->setWhatsThis(i18n("This button allows to change the icon for your account.<br />"
+    changeIconButton->setWhatsThis(i18n("This button allows one to change the icon for your account.<br />"
                                   "This icon is just used locally on your computer, your contacts will not be able to see it."));
 
     QLabel *statusTextLabel = new QLabel();
@@ -77,7 +77,7 @@ QList<QWidget*> AccountsListDelegate::createItemWidgets() const
     EditDisplayNameButton *displayNameButton = new EditDisplayNameButton();
     displayNameButton->setFlat(true);
     displayNameButton->setToolTip(i18n("Change account display name"));
-    displayNameButton->setWhatsThis(i18n("This button allows to change the display name for your account.<br />"
+    displayNameButton->setWhatsThis(i18n("This button allows one to change the display name for your account.<br />"
                                          "The display name is an alias for your account and is just used locally "
                                          "on your computer, your contacts will not be able to see it."));
 

-- 
ktp-accounts-kcm packaging



More information about the pkg-kde-commits mailing list