]> git.openstreetmap.org Git - osqa.git/commitdiff
these files now reflect what is in the admin settings.
authorqw3rty <qw3rty@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Tue, 15 Jun 2010 16:17:47 +0000 (16:17 +0000)
committerqw3rty <qw3rty@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Tue, 15 Jun 2010 16:17:47 +0000 (16:17 +0000)
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@422 0cfe37f9-358a-4d5e-be75-b63607b5c754

forum/skins/default/templates/question_edit_tips.html
forum/skins/default/templates/question_retag.html

index 3ba5f563945576b8dd1c63aaf6bcce53905a9248..df199ca2f8e9f31d2b100275803fba0d659ca2a5 100644 (file)
             {% trans "They will help other find your question." %}
         </li>
         <li>
-            {% trans "A question can have up to five tags, but it must have at least one." %}
+            {% trans "A question can have up to " %} {{settings.FORM_MAX_NUMBER_OF_TAGS}} {% trans " tags, but it must have at least " %} {{settings.FORM_MIN_NUMBER_OF_TAGS}} {% trans "." %}
         </li>
     </ul>
 </div>
 
 
-<!-- end question_edit_tips.html -->
+<!-- end question_edit_tips.html  -->
+                                  
\ No newline at end of file
index efeade983d74a535f62d0ad1796863e14109a832..e57a15481d9a8983ad4e003fa3a51bb3746a15a5 100644 (file)
@@ -41,7 +41,7 @@
                 messages: {
                                tags: {
                         required: "{% trans "tags are required" %}",
-                        maxlength: "{% trans "up to 5 tags, less than 20 characters each" %}
+                        maxlength: "{% trans "up to " %} {{settings.FORM_MAX_LENGTH_OF_TAG}} {% trans " tags, less than " %} {{settings.FORM_MIN_LENGTH_OF_TAG}} {% trans " characters each" %}"
                     }
                 }