Committer: gprochaev
LJSUP-6341. finish button on confirmation page needs textU trunk/templates/Shop/method/free.tmpl
Modified: trunk/templates/Shop/method/free.tmpl =================================================================== --- trunk/templates/Shop/method/free.tmpl 2010-08-17 08:11:06 UTC (rev 9345) +++ trunk/templates/Shop/method/free.tmpl 2010-08-17 08:27:10 UTC (rev 9346) @@ -1,5 +1,5 @@ <form method="post"> <TMPL_VAR form_auth> <input type="hidden" name="current_method" value="<TMPL_VAR used_method>"> - <button type="submit"><TMPL_VAR expr="ml('pay.cart.btn.finish')"></button> + <tmpl_var expr='ml("shop.checkout.method.free.desc")'> <button type="submit"><TMPL_VAR expr="ml('pay.cart.btn.finish')"></button> </form>