[SCM] ktp-common-internals packaging branch, master, updated. debian/15.12.1-2-1839-gf0635e9

Maximiliano Curia maxy at moszumanska.debian.org
Mon May 9 09:05:18 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-common-internals.git;a=commitdiff;h=4b40394

The following commit has been merged in the master branch:
commit 4b40394afce02f5c0af02df9ab0f407a66cce4ac
Author: George Kiagiadakis <kiagiadakis.george at gmail.com>
Date:   Wed Jul 11 18:29:59 2012 +0300

    AddContactDialog: Make some strings more user-friendly
---
 KTp/Widgets/add-contact-dialog.cpp | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/KTp/Widgets/add-contact-dialog.cpp b/KTp/Widgets/add-contact-dialog.cpp
index 9842c9b..54b107f 100644
--- a/KTp/Widgets/add-contact-dialog.cpp
+++ b/KTp/Widgets/add-contact-dialog.cpp
@@ -116,10 +116,9 @@ void AddContactDialog::accept()
     }
 
     if (account.isNull()) {
-        KMessageBox::sorry(this, i18n("Seems like you forgot to select an account. "
-                                      "Also, do not forget to connect it first."));
+        KMessageBox::sorry(this, i18n("No account selected."));
     } else if (account->connection().isNull()) {
-        KMessageBox::sorry(this, i18n("The requested account has disconnected "
+        KMessageBox::sorry(this, i18n("The requested account has been disconnected "
                                       "and so the contact could not be added."));
     } else if (d->ui->screenNameLineEdit->text().isEmpty()) {
         KMessageBox::sorry(this, i18n("You did not specify the name of the contact to add."));
@@ -148,7 +147,7 @@ void AddContactDialog::_k_onContactsForIdentifiersFinished(Tp::PendingOperation
     if (op->isError()) {
         kWarning() << "Failed to retrieve a contact for the given identifier"
                    << op->errorName() << op->errorMessage();
-        KMessageBox::sorry(this, i18n("Failed to construct a contact with the given name."));
+        KMessageBox::sorry(this, i18n("Failed to create new contact."));
         setInProgress(false);
     } else {
         kDebug() << "Requesting presence subscription";

-- 
ktp-common-internals packaging



More information about the pkg-kde-commits mailing list