summaryrefslogtreecommitdiffstats
path: root/plugins/kmail
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/kmail')
-rw-r--r--plugins/kmail/bodypartformatter/text_calendar.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/kmail/bodypartformatter/text_calendar.cpp b/plugins/kmail/bodypartformatter/text_calendar.cpp
index 29a00afe..2ea1cfd5 100644
--- a/plugins/kmail/bodypartformatter/text_calendar.cpp
+++ b/plugins/kmail/bodypartformatter/text_calendar.cpp
@@ -336,9 +336,7 @@ class UrlHandler : public KMail::Interface::BodyPartURLHandler
subject = i18n( "Forwarded: %1" ).arg( summary );
break;
case DeclineCounter:
- // ### string freeze
- //subject = i18n( "Declined Counter Proposal: %1" ).arg( summary );
- subject = i18n( "Answer: %1" ).arg( summary );
+ subject = i18n( "Declined Counter Proposal: %1" ).arg( summary );
break;
}