From 661180e434f94afdec0a6ee86b5c1aa1a7aa354f Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sun, 21 Oct 2012 19:24:56 +0200 Subject: Djangoization - Major refactoring (step 10) * Fix operation wizards * Minor fix on other wizards --- ishtar_common/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ishtar_common/templates/base.html') diff --git a/ishtar_common/templates/base.html b/ishtar_common/templates/base.html index bfc78b166..6e44e8729 100644 --- a/ishtar_common/templates/base.html +++ b/ishtar_common/templates/base.html @@ -39,7 +39,7 @@ {% block context %}{% if current_menu %}
- {% trans "Default items"%} + {% trans "Default selected items"%} {% for lbl, model_name, items in current_menu %} -- cgit v1.2.3