]> git.openstreetmap.org Git - osqa.git/commitdiff
Addresses OSQA-206: Add some help text to explain what "bootstrap mode" is
authorrick <rick@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Wed, 12 May 2010 19:34:52 +0000 (19:34 +0000)
committerrick <rick@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Wed, 12 May 2010 19:34:52 +0000 (19:34 +0000)
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@234 0cfe37f9-358a-4d5e-be75-b63607b5c754

forum/skins/default/templates/osqaadmin/index.html

index 64670f54519c5dad58ec18186c71a84ce7c541ef..30c3f65e415c24b18ca31d82d56d0f2ffbc2706e 100644 (file)
                     <tr>\r
                         <td>\r
                             {% ifequal settings_pack "bootstrap" %}\r
-                                {% trans "Your site is running in bootstrap mode, click the button bellow to revert to defaults." %}<br />\r
+                                {% trans "Your site is running in bootstrap mode, click the button below to revert to defaults." %}<br />\r
                             {% else %}\r
                                 {% ifequal settings_pack "default" %}\r
-                                    {% trans "Your site is running in standard mode, click the button bellow to run in bootstrap mode." %}<br />\r
+                                    {% trans "Your site is running in standard mode, click the button below to run in bootstrap mode." %}<br />\r
                                 {% else %}\r
-                                    {% trans "Your site is running with some customized settings, click the buttons bellow to run with defaults or in bootstrap mode" %}\r
+                                    {% trans "Your site is running with some customized settings, click the buttons below to run with defaults or in bootstrap mode" %}\r
                                 {% endifequal %}\r
                             {% endifequal %}\r
                             {% ifnotequal settings_pack "default" %}\r
                             {% endifnotequal %}\r
                         </td>\r
                     </tr>\r
+                    <tr>\r
+                        <td>\r
+                            <em>"Bootstrap mode" relaxes the minimum required reputation to perform actions like voting and commenting.\r
+                            This is useful to help new communities get started.</em>\r
+                        </td>\r
+                    </tr>\r
                 </table>\r
                 <h3>{%trans "Recalculate scores and reputation" %}</h3>\r
                  <button onclick="if (window.confirm('{% trans "This is a heavy operation, are you sure?" %}')) window.location='{% url admin_denormalize %}';">{% trans "Recalculate" %}</button>\r