From ef1d97a243957180f5ffc3c3b055ffd8bf52e157 Mon Sep 17 00:00:00 2001 From: zautrix Date: Sat, 29 Jan 2005 07:48:23 +0000 Subject: many stribg fixes --- (limited to 'kaddressbook/kabcore.cpp') diff --git a/kaddressbook/kabcore.cpp b/kaddressbook/kabcore.cpp index e2e3a66..0def16e 100644 --- a/kaddressbook/kabcore.cpp +++ b/kaddressbook/kabcore.cpp @@ -2038,10 +2038,10 @@ void KABCore::initActions() "set_personal" ); - mActionCategories = new KAction( i18n( "Set Categories" ), 0, this, + mActionCategories = new KAction( i18n( "Set Categories for Contacts..." ), 0, this, SLOT( setCategories() ), actionCollection(), "edit_set_categories" ); - mActionEditCategories = new KAction( i18n( "Edit Categories" ), 0, this, + mActionEditCategories = new KAction( i18n( "Edit Category List..." ), 0, this, SLOT( editCategories() ), actionCollection(), "edit__categories" ); -- cgit v0.9.0.2