diff options
Diffstat (limited to 'ktnef/lib/mapi.cpp')
-rw-r--r-- | ktnef/lib/mapi.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ktnef/lib/mapi.cpp b/ktnef/lib/mapi.cpp index f47c5065d..bf84f1fd7 100644 --- a/ktnef/lib/mapi.cpp +++ b/ktnef/lib/mapi.cpp @@ -130,7 +130,7 @@ static struct { 0x8004, I18N_NOOP( "Subject" ) }, { 0x8005, I18N_NOOP( "Date Sent" ) }, { 0x8006, I18N_NOOP( "Date Received" ) }, - { 0x8007, I18N_NOOP( "Message tqStatus" ) }, + { 0x8007, I18N_NOOP( "Message Status" ) }, { 0x8008, I18N_NOOP( "Message Class" ) }, { 0x8009, I18N_NOOP( "Message ID" ) }, { 0x800A, I18N_NOOP( "Parent ID" ) }, @@ -176,7 +176,7 @@ MAPI_NamedTagStrings[] = { 0x820D, I18N_NOOP( "Appointment Start Date" ) }, { 0x820E, I18N_NOOP( "Appointment End Date" ) }, { 0x8213, I18N_NOOP( "Appointment Duration" ) }, - { 0x8218, I18N_NOOP( "Appointment Response tqStatus" ) }, + { 0x8218, I18N_NOOP( "Appointment Response Status" ) }, { 0x8223, I18N_NOOP( "Appointment Is Recurring" ) }, { 0x8231, I18N_NOOP( "Appointment Recurrence Type" ) }, { 0x8232, I18N_NOOP( "Appointment Recurrence Pattern" ) }, |