diff options
| author | Étienne Loks <etienne.loks@peacefrogs.net> | 2012-10-21 19:24:56 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2012-10-21 19:24:56 +0200 |
| commit | 661180e434f94afdec0a6ee86b5c1aa1a7aa354f (patch) | |
| tree | 45d5fe6bcd60fe66954db08976a649bfa9203747 /ishtar_common/templates | |
| parent | 92c84e043c6e788190980883265e50ed8a1fa5a1 (diff) | |
| download | Ishtar-661180e434f94afdec0a6ee86b5c1aa1a7aa354f.tar.bz2 Ishtar-661180e434f94afdec0a6ee86b5c1aa1a7aa354f.zip | |
Djangoization - Major refactoring (step 10)
* Fix operation wizards
* Minor fix on other wizards
Diffstat (limited to 'ishtar_common/templates')
| -rw-r--r-- | ishtar_common/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 %} <form method="post" action="{% url update-current-item %}"> <fieldset> - <legend>{% trans "Default items"%}</legend> + <legend>{% trans "Default selected items"%}</legend> <table id='current_items'> {% for lbl, model_name, items in current_menu %} <tr> |
