[evolution] Bug 777974 - Correct an ngettext() use in itip-view.c
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] Bug 777974 - Correct an ngettext() use in itip-view.c
- Date: Tue, 31 Jan 2017 13:49:35 +0000 (UTC)
commit eb6e8cf7ab5eabca6c54e45d0f5eb9389cd6fc16
Author: Milan Crha <mcrha redhat com>
Date: Tue Jan 31 14:50:30 2017 +0100
Bug 777974 - Correct an ngettext() use in itip-view.c
src/modules/itip-formatter/itip-view.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/modules/itip-formatter/itip-view.c b/src/modules/itip-formatter/itip-view.c
index b28053c..2eedbc2 100644
--- a/src/modules/itip-formatter/itip-view.c
+++ b/src/modules/itip-formatter/itip-view.c
@@ -3661,8 +3661,8 @@ find_cal_update_ui (FormatItipFindData *fd,
} else {
itip_view_add_upper_info_item_printf (
view, ITIP_VIEW_INFO_ITEM_TYPE_WARNING,
- ngettext (_("The calendar “%s” contains an appointment which conflicts with
this meeting"),
- _("The calendar “%s” contains %d appointments which conflict with
this meeting"),
+ ngettext ("The calendar “%s” contains an appointment which conflicts with
this meeting",
+ "The calendar “%s” contains %d appointments which conflict with
this meeting",
ncomps),
e_source_get_display_name (source),
ncomps);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]