From 086da7cac1891d329f8a363c11b4e82c05e0ddab Mon Sep 17 00:00:00 2001 From: Thomas Bruederli Date: Sun, 20 Jul 2014 15:25:32 +0200 Subject: [PATCH] Better wording for iTip post-action option --- plugins/calendar/localization/en_US.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/calendar/localization/en_US.inc b/plugins/calendar/localization/en_US.inc index 3cbcab74..f7af6723 100644 --- a/plugins/calendar/localization/en_US.inc +++ b/plugins/calendar/localization/en_US.inc @@ -22,8 +22,8 @@ $labels['aftertrash'] = 'Move to Trash'; $labels['afterdelete'] = 'Delete the message'; $labels['afterflagdeleted'] = 'Flag as deleted'; $labels['aftermoveto'] = 'Move to...'; -$labels['itipoptions'] = 'Invitations'; -$labels['afteraction'] = 'After the request is handled'; +$labels['itipoptions'] = 'Event Invitations'; +$labels['afteraction'] = 'After an invitation or update message is processed'; // calendar $labels['calendar'] = 'Calendar';