[evolution] I#612 - Remove unneeded spaces in a translatable string
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] I#612 - Remove unneeded spaces in a translatable string
- Date: Mon, 9 Sep 2019 10:14:54 +0000 (UTC)
commit abbd7f617c3d8d8007f95ade8aec6f76ae521cb1
Author: Milan Crha <mcrha redhat com>
Date: Mon Sep 9 12:14:49 2019 +0200
I#612 - Remove unneeded spaces in a translatable string
Closes https://gitlab.gnome.org/GNOME/evolution/issues/612
src/calendar/gui/e-meeting-list-view.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/src/calendar/gui/e-meeting-list-view.c b/src/calendar/gui/e-meeting-list-view.c
index 48d5feabaa..aed23367f6 100644
--- a/src/calendar/gui/e-meeting-list-view.c
+++ b/src/calendar/gui/e-meeting-list-view.c
@@ -619,9 +619,8 @@ build_table (EMeetingListView *lview)
renderer = e_select_names_renderer_new (client_cache);
g_object_set (renderer, "editable", TRUE, NULL);
- /* The extra space is just a hack to occupy more space for Attendee */
pos = gtk_tree_view_insert_column_with_attributes (
- view, -1, _("Attendee "), renderer,
+ view, -1, _("Attendee"), renderer,
"text", E_MEETING_STORE_ATTENDEE_COL,
"name", E_MEETING_STORE_CN_COL,
"email", E_MEETING_STORE_ADDRESS_COL,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]