From 2ada2bfd67b5488115268e6667e55a9b4b297fa2 Mon Sep 17 00:00:00 2001 From: ulf69 Date: Thu, 15 Jul 2004 01:40:17 +0000 Subject: changed output prefered into (p) --- (limited to 'kabc/phonenumber.cpp') diff --git a/kabc/phonenumber.cpp b/kabc/phonenumber.cpp index 3f641d1..4ad608d 100644 --- a/kabc/phonenumber.cpp +++ b/kabc/phonenumber.cpp @@ -177,7 +177,7 @@ QString PhoneNumber::typeLabel( int type ) typeString += " "; if ((type & Pref) == Pref) - typeString += i18n("(Preferred)"); + typeString += i18n("(p)"); //if we still have no match, return "other" if (typeString.isEmpty()) -- cgit v0.9.0.2