liquid_feedback_frontend

changeset 129:850d02b1fc6d

rename link text
author Daniel Poelzleithner <poelzi@poelzi.org>
date Tue Oct 05 05:26:51 2010 +0200 (2010-10-05)
parents 082450e65aa8
children e1b916d2e489
files app/main/issue/_show_head.lua
line diff
     1.1 --- a/app/main/issue/_show_head.lua	Tue Oct 05 05:16:47 2010 +0200
     1.2 +++ b/app/main/issue/_show_head.lua	Tue Oct 05 05:26:51 2010 +0200
     1.3 @@ -117,7 +117,7 @@
     1.4        end
     1.5      end
     1.6  
     1.7 -    mk_link(-1, "Previous", "resultset_previous.png")
     1.8 +    mk_link(-1, _("Previous issue"), "resultset_previous.png")
     1.9      if issue.area then
    1.10        ui.link{
    1.11          content = function()
    1.12 @@ -136,7 +136,7 @@
    1.13          }
    1.14        }
    1.15      end
    1.16 -    mk_link(1, "Next", "resultset_next.png", 1)
    1.17 +    mk_link(1, _("Next issue"), "resultset_next.png", 1)
    1.18    end
    1.19  end
    1.20  

Impressum / About Us