# HG changeset patch # User Daniel Poelzleithner # Date 1286249211 -7200 # Node ID 850d02b1fc6d7dfb332c924c30ca13579a13e147 # Parent 082450e65aa88390f0edb558e7b94ac4f4829ca5 rename link text diff -r 082450e65aa8 -r 850d02b1fc6d app/main/issue/_show_head.lua --- a/app/main/issue/_show_head.lua Tue Oct 05 05:16:47 2010 +0200 +++ b/app/main/issue/_show_head.lua Tue Oct 05 05:26:51 2010 +0200 @@ -117,7 +117,7 @@ end end - mk_link(-1, "Previous", "resultset_previous.png") + mk_link(-1, _("Previous issue"), "resultset_previous.png") if issue.area then ui.link{ content = function() @@ -136,7 +136,7 @@ } } end - mk_link(1, "Next", "resultset_next.png", 1) + mk_link(1, _("Next issue"), "resultset_next.png", 1) end end