# HG changeset patch # User Charlie Root # Date 1516142995 18000 # Node ID 6c5d8a539d987d73a8625d8b923b464091463ed1 # Parent 4681f974d28b39c72857f7975bd431961906bbee Dates diff -r 4681f974d28b -r 6c5d8a539d98 program/localization/en_CA/labels.inc --- a/program/localization/en_CA/labels.inc Thu Jan 04 15:52:31 2018 -0500 +++ b/program/localization/en_CA/labels.inc Tue Jan 16 17:49:55 2018 -0500 @@ -153,6 +153,7 @@ $labels['do_expand'] = 'all threads'; $labels['expand_only_unread'] = 'only with unread messages'; $labels['fromto'] = 'From/To'; +$labels['dates'] = 'Dates'; $labels['flag'] = 'Flag'; $labels['attachment'] = 'Attachment'; $labels['nonesort'] = 'None'; diff -r 4681f974d28b -r 6c5d8a539d98 program/localization/en_GB/labels.inc --- a/program/localization/en_GB/labels.inc Thu Jan 04 15:52:31 2018 -0500 +++ b/program/localization/en_GB/labels.inc Tue Jan 16 17:49:55 2018 -0500 @@ -170,6 +170,7 @@ $labels['expand_only_unread'] = 'only with unread messages'; $labels['fromto'] = 'From/To'; $labels['flag'] = 'Flag'; +$labels['dates'] = 'Dates'; $labels['attachment'] = 'Attachment'; $labels['nonesort'] = 'None'; $labels['sentdate'] = 'Sent date'; diff -r 4681f974d28b -r 6c5d8a539d98 program/localization/en_US/labels.inc --- a/program/localization/en_US/labels.inc Thu Jan 04 15:52:31 2018 -0500 +++ b/program/localization/en_US/labels.inc Tue Jan 16 17:49:55 2018 -0500 @@ -192,6 +192,7 @@ $labels['do_expand'] = 'all threads'; $labels['expand_only_unread'] = 'only with unread messages'; $labels['fromto'] = 'From/To'; +$labels['dates'] = 'Dates'; $labels['flag'] = 'Flag'; $labels['attachment'] = 'Attachment'; $labels['nonesort'] = 'None';