From d34130eb5c03bda97815b44d8ea72a60d2673202 Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Fri, 1 Aug 2008 00:36:18 +0200 Subject: [PATCH] Mark strings as translatable. --- templates/influences/influence_detail_block.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/templates/influences/influence_detail_block.html b/templates/influences/influence_detail_block.html index e9e33d0..21d3755 100644 --- a/templates/influences/influence_detail_block.html +++ b/templates/influences/influence_detail_block.html @@ -28,11 +28,13 @@
{{ comment.user }} said:
{% auto_transform_markup comment %} - +
-

Cancel reply

+

{% trans "Cancel reply" %}

    {{ comment.get_reply_form.as_table }} -- 2.30.2