From 7663f822b7a40063cd05f985daf4210b09ef4bab Mon Sep 17 00:00:00 2001 From: rick Date: Wed, 12 May 2010 19:34:52 +0000 Subject: [PATCH] Addresses OSQA-206: Add some help text to explain what "bootstrap mode" is git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@234 0cfe37f9-358a-4d5e-be75-b63607b5c754 --- forum/skins/default/templates/osqaadmin/index.html | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/forum/skins/default/templates/osqaadmin/index.html b/forum/skins/default/templates/osqaadmin/index.html index 64670f5..30c3f65 100644 --- a/forum/skins/default/templates/osqaadmin/index.html +++ b/forum/skins/default/templates/osqaadmin/index.html @@ -39,12 +39,12 @@ {% ifequal settings_pack "bootstrap" %} - {% trans "Your site is running in bootstrap mode, click the button bellow to revert to defaults." %}
+ {% trans "Your site is running in bootstrap mode, click the button below to revert to defaults." %}
{% else %} {% ifequal settings_pack "default" %} - {% trans "Your site is running in standard mode, click the button bellow to run in bootstrap mode." %}
+ {% trans "Your site is running in standard mode, click the button below to run in bootstrap mode." %}
{% else %} - {% trans "Your site is running with some customized settings, click the buttons bellow to run with defaults or in bootstrap mode" %} + {% trans "Your site is running with some customized settings, click the buttons below to run with defaults or in bootstrap mode" %} {% endifequal %} {% endifequal %} {% ifnotequal settings_pack "default" %} @@ -55,6 +55,12 @@ {% endifnotequal %} + + + "Bootstrap mode" relaxes the minimum required reputation to perform actions like voting and commenting. + This is useful to help new communities get started. + +

{%trans "Recalculate scores and reputation" %}

-- 2.45.2