aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/groupwise-features/status-track.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/groupwise-features/status-track.c')
-rw-r--r--plugins/groupwise-features/status-track.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/groupwise-features/status-track.c b/plugins/groupwise-features/status-track.c
index 7606fe0bf3..0db1aab090 100644
--- a/plugins/groupwise-features/status-track.c
+++ b/plugins/groupwise-features/status-track.c
@@ -222,7 +222,7 @@ track_status (EPopup *ep, EPopupItem *item, void *data)
label = g_string_append_c (label, '\n');
}
if (recipient->undelivered_date) {
- label = g_string_append (label, _("Un-delivered: "));
+ label = g_string_append (label, _("Undelivered: "));
label = g_string_append (label, format_date(recipient->undelivered_date));
label = g_string_append_c (label, '\n');
}