** Fix for bug #458515 string corrected
2007-11-12 indu <indu_ait@yahoo.co.in> ** Fix for bug #458515 * status-track.c: (recipient->undelivered_date) string corrected svn path=/trunk/; revision=34527
This commit is contained in:
@ -1,3 +1,9 @@
|
||||
2007-11-12 indu <indu_ait@yahoo.co.in>
|
||||
|
||||
** Fix for bug #458515
|
||||
* status-track.c: (recipient->undelivered_date)
|
||||
string corrected
|
||||
|
||||
2007-10-26 Kjartan Maraas <kmaraas@gnome.org>
|
||||
|
||||
* junk-mail-settings.c: (junk_mail_settings),
|
||||
|
||||
@ -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');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user