-rw-r--r-- | kabc/phonenumber.cpp | 2 |
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 @@ -176,9 +176,9 @@ QString PhoneNumber::typeLabel( int type ) if (!typeString.isEmpty()) typeString += " "; if ((type & Pref) == Pref) - typeString += i18n("(Preferred)"); + typeString += i18n("(p)"); //if we still have no match, return "other" if (typeString.isEmpty()) return i18n("Other"); |