Committer: ailyin
LJSUP-7315 (Some text on cart page not English stripped)U trunk/bin/upgrading/en_LJ.dat U trunk/templates/Shop/method/webmoney.tmpl
Modified: trunk/bin/upgrading/en_LJ.dat =================================================================== --- trunk/bin/upgrading/en_LJ.dat 2010-11-10 11:18:34 UTC (rev 9691) +++ trunk/bin/upgrading/en_LJ.dat 2010-11-11 03:49:52 UTC (rev 9692) @@ -4021,6 +4021,10 @@ pay.cc.validate.state.us=Please enter a valid US state. +pay.checkout.webmoney.proceed=Proceed with WebMoney + +pay.checkout.webmoney.amt=The cost of your order is [[amt]] WMZ. + pay.color.black=Black pay.color.bluedusk=Blue Dusk Modified: trunk/templates/Shop/method/webmoney.tmpl =================================================================== --- trunk/templates/Shop/method/webmoney.tmpl 2010-11-10 11:18:34 UTC (rev 9691) +++ trunk/templates/Shop/method/webmoney.tmpl 2010-11-11 03:49:52 UTC (rev 9692) @@ -2,9 +2,9 @@ <form action="<TMPL_VAR form_action>" method="post"> <TMPL_VAR form_intro> -<p>The cost of your order is <TMPL_VAR amt> WMZ.</p> +<p><TMPL_VAR expr="ml('pay.checkout.webmoney.amt', 'amt', amt)"></p> -<p><button type="submit">Proceed with WebMoney</button></p> +<p><button type="submit"><TMPL_VAR expr="ml('pay.checkout.webmoney.proceed')"></button></p> </form>