Sumana Harihareswara has proposed merging lp:~sumanah/postorius/metrics-template into lp:postorius.
Requested reviews: Florian Fuchs (flo-fuchs) Related bugs: Bug #1409033 in Postorius: "list metrics labels all say "created at"" https://bugs.launchpad.net/postorius/+bug/1409033 For more details, see: https://code.launchpad.net/~sumanah/postorius/metrics-template/+merge/245965 This branch fixes bug #1409033 by correcting the messages associated with three metrics in template src/postorius/templates/postorius/lists/metrics.html . -- Your team Mailman Coders is subscribed to branch lp:postorius.
=== modified file 'src/postorius/templates/postorius/lists/metrics.html' --- src/postorius/templates/postorius/lists/metrics.html 2013-05-31 02:21:03 +0000 +++ src/postorius/templates/postorius/lists/metrics.html 2015-01-09 14:58:13 +0000 @@ -13,15 +13,15 @@ <td>{{list.settings.created_at}}</td> </tr> <tr> - <th>{% trans 'Created at' %}</th> + <th>{% trans 'Last post at' %}</th> <td>{{list.settings.last_post_at}}</td> </tr> <tr> - <th>{% trans 'Created at' %}</th> + <th>{% trans 'Digest last sent at' %}</th> <td>{{list.settings.digest_last_sent_at}}</td> </tr> <tr> - <th>{% trans 'Created at' %}</th> + <th>{% trans 'Volume' %}</th> <td>{{list.settings.volume}}</td> </tr> </tbody>
_______________________________________________ Mailman-coders mailing list Mailman-coders@python.org https://mail.python.org/mailman/listinfo/mailman-coders