author | ulf69 <ulf69> | 2004-07-15 01:40:17 (UTC) |
---|---|---|
committer | ulf69 <ulf69> | 2004-07-15 01:40:17 (UTC) |
commit | 2ada2bfd67b5488115268e6667e55a9b4b297fa2 (patch) (unidiff) | |
tree | 49ae87385eaaa8eefd5a3c4e0cab8a0d47ca48e4 /kabc | |
parent | b371433c634ad75d5a66cd876e062888f1b3c761 (diff) | |
download | kdepimpi-2ada2bfd67b5488115268e6667e55a9b4b297fa2.zip kdepimpi-2ada2bfd67b5488115268e6667e55a9b4b297fa2.tar.gz kdepimpi-2ada2bfd67b5488115268e6667e55a9b4b297fa2.tar.bz2 |
changed output prefered into (p)
-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 ) | |||
176 | if (!typeString.isEmpty()) | 176 | if (!typeString.isEmpty()) |
177 | typeString += " "; | 177 | typeString += " "; |
178 | 178 | ||
179 | if ((type & Pref) == Pref) | 179 | if ((type & Pref) == Pref) |
180 | typeString += i18n("(Preferred)"); | 180 | typeString += i18n("(p)"); |
181 | 181 | ||
182 | //if we still have no match, return "other" | 182 | //if we still have no match, return "other" |
183 | if (typeString.isEmpty()) | 183 | if (typeString.isEmpty()) |
184 | return i18n("Other"); | 184 | return i18n("Other"); |