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


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

The following commit has been merged in the master branch:
commit 2ee8e3bd6dd943c9680957d19ab9e226afd0950a
Author: Riccardo Iaconelli <riccardo at kde.org>
Date:   Sun Aug 28 22:20:19 2011 +0200

    Fix typo (ungroupped -> ungrouped)
---
 main-widget.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main-widget.cpp b/main-widget.cpp
index d353db0..edbe482 100644
--- a/main-widget.cpp
+++ b/main-widget.cpp
@@ -990,7 +990,7 @@ void MainWidget::onDeleteGroup()
 
     if (KMessageBox::warningContinueCancel(this,
                                            i18n("Do you really want to remove group %1?

"
-                                                "Note that all contacts will be moved to group 'Ungroupped'", groupItem->groupName()),
+                                                "Note that all contacts will be moved to group 'Ungrouped'", groupItem->groupName()),
                                            i18n("Remove Group")) == KMessageBox::Continue) {
 
         for(int i = 0; i < groupItem->size(); i++) {

-- 
ktp-contact-list packaging



More information about the pkg-kde-commits mailing list