From 5d5c1622e556c46fc68892bf2ec2bf345bc3e216 Mon Sep 17 00:00:00 2001 From: Brian Simpson Date: Mon, 9 Dec 2013 12:36:28 -0500 Subject: [PATCH] paymentform: clean up translations. --- r2/r2/templates/paymentform.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/r2/r2/templates/paymentform.html b/r2/r2/templates/paymentform.html index ef6ebafb1..5ab541d9e 100644 --- a/r2/r2/templates/paymentform.html +++ b/r2/r2/templates/paymentform.html @@ -28,13 +28,12 @@ class="pretty-form" onsubmit="return post_form(this, 'update_pay')">

- The duration of this link is ${thing.duration} - (from ${thing.start_date} to ${thing.end_date}). + ${_("The duration of this link is %(duration)s (from %(start)s to %(end)s).") % dict(duration=thing.duration, start=thing.start_date, end=thing.end_date)}

- ${unsafe(_("Your current budget is %(budget)s") % dict(budget=thing.budget))} + ${_("Your current budget is %(budget)s") % dict(budget=thing.budget)} ${error_field("OVERSOLD_DETAIL", "bid", "div")}

%if thing.profiles: