[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:36 UTC 2016


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

The following commit has been merged in the master branch:
commit fa9bc0c78c57d8f3bfd18d3e32d7963a3acffcf6
Author: Pino Toscano <pino at kde.org>
Date:   Sat Jul 13 12:27:48 2013 +0200

    i18n: fix logic
    
    CCBUG: 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 af09204..8bb8b27 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 one to change the icon for your account.<br />"
+    changeIconButton->setWhatsThis(i18n("This button allows you 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 one to change the display name for your account.<br />"
+    displayNameButton->setWhatsThis(i18n("This button allows you 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