Change caption on +/- frontpage back to sub/unsubscribe.

This commit is contained in:
Max Goodman
2011-10-17 16:46:37 -07:00
parent 5e8a343932
commit 23b268b849

View File

@@ -61,7 +61,7 @@
##this function is used by subscriptionbox.html
<%def name="addremove_button(sr)">
${toggle_button("fancy-toggle-button", _("+ frontpage"), _("- frontpage"),
${toggle_button("fancy-toggle-button", _("subscribe"), _("unsubscribe"),
"subscribe('%s')" % sr._fullname,
"unsubscribe('%s')" % sr._fullname,
css_class = "add", alt_css_class = "remove",