[SCM] ktp-contact-list packaging branch, master, updated. debian/15.12.1-2-1070-g6c56f91

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:06:25 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-contact-list.git;a=commitdiff;h=6ff3de5

The following commit has been merged in the master branch:
commit 6ff3de5acea8445ad8558f7c6b2448cd6026d4bd
Author: Yuri Chornoivan <yurchor at ukr.net>
Date:   Sun May 8 10:04:55 2011 +0300

    fix typo: occured->occurred
---
 main-widget.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main-widget.cpp b/main-widget.cpp
index 0f4fb98..20e8003 100644
--- a/main-widget.cpp
+++ b/main-widget.cpp
@@ -1092,7 +1092,7 @@ void MainWidget::handleConnectionError(const Tp::AccountPtr& account)
         showMessageToUser(i18n("Couldn't connect %1. There was a network error, check your connection", account->displayName()), MainWidget::SystemMessageError);
     } else {
         // other errors
-        showMessageToUser(i18n("An unexpected error has occured with %1: '%2'", account->displayName(), account->connectionError()), MainWidget::SystemMessageError);
+        showMessageToUser(i18n("An unexpected error has occurred with %1: '%2'", account->displayName(), account->connectionError()), MainWidget::SystemMessageError);
     }
 }
 

-- 
ktp-contact-list packaging



More information about the pkg-kde-commits mailing list