summaryrefslogtreecommitdiffabout
path: root/kabc/phonenumber.cpp
Side-by-side diff
Diffstat (limited to 'kabc/phonenumber.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--kabc/phonenumber.cpp2
1 files changed, 1 insertions, 1 deletions
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())