[evolution] itip-formatter: end some strings with colon instead of full stop
- From: Nguyen Thai Ngoc Duy <pclouds src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] itip-formatter: end some strings with colon instead of full stop
- Date: Sun, 2 Oct 2011 21:15:58 +0000 (UTC)
commit 8e3482788cfef1ecc719a4bf2dd727950055c3a7
Author: Nguyán ThÃi Ngác Duy <pclouds gmail com>
Date: Sun Oct 2 20:52:59 2011 +1100
itip-formatter: end some strings with colon instead of full stop
plugins/itip-formatter/itip-view.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/plugins/itip-formatter/itip-view.c b/plugins/itip-formatter/itip-view.c
index 149e01b..5163d25 100644
--- a/plugins/itip-formatter/itip-view.c
+++ b/plugins/itip-formatter/itip-view.c
@@ -411,19 +411,19 @@ set_calendar_sender_text (ItipView *view)
if (priv->organizer_sentby)
sender = dupe_first_bold (_("%s through %s has canceled the following meeting:"), organizer, priv->organizer_sentby);
else
- sender = dupe_first_bold (_("%s has canceled the following meeting."), organizer, NULL);
+ sender = dupe_first_bold (_("%s has canceled the following meeting:"), organizer, NULL);
break;
case ITIP_VIEW_MODE_COUNTER:
if (priv->attendee_sentby)
sender = dupe_first_bold (_("%s through %s has proposed the following meeting changes."), attendee, priv->attendee_sentby);
else
- sender = dupe_first_bold (_("%s has proposed the following meeting changes."), attendee, NULL);
+ sender = dupe_first_bold (_("%s has proposed the following meeting changes:"), attendee, NULL);
break;
case ITIP_VIEW_MODE_DECLINECOUNTER:
if (priv->organizer_sentby)
sender = dupe_first_bold (_("%s through %s has declined the following meeting changes:"), organizer, priv->organizer_sentby);
else
- sender = dupe_first_bold (_("%s has declined the following meeting changes."), organizer, NULL);
+ sender = dupe_first_bold (_("%s has declined the following meeting changes:"), organizer, NULL);
break;
default:
break;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]