changeset 5406:ac3164ba8e13

spelling: fix auth settings typo and improve brevity
author Søren Løvborg <sorenl@unity3d.com>
date Fri, 14 Aug 2015 17:07:49 +0200
parents aaa2478f9d60
children 475e35aa98af
files kallithea/i18n/kallithea.pot kallithea/templates/admin/auth/auth_settings.html
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/i18n/kallithea.pot	Fri Aug 14 17:07:49 2015 +0200
+++ b/kallithea/i18n/kallithea.pot	Fri Aug 14 17:07:49 2015 +0200
@@ -2518,7 +2518,7 @@
 msgstr ""
 
 #: kallithea/templates/admin/auth/auth_settings.html:33
-msgid "Comma separated list of plugins. Order of plugins is also order in which Kallithea will try to authenticate user"
+msgid "Comma-separated list of plugins; Kallithea will try user authentication in plugin order"
 msgstr ""
 
 #: kallithea/templates/admin/auth/auth_settings.html:34
--- a/kallithea/templates/admin/auth/auth_settings.html	Fri Aug 14 17:07:49 2015 +0200
+++ b/kallithea/templates/admin/auth/auth_settings.html	Fri Aug 14 17:07:49 2015 +0200
@@ -30,7 +30,7 @@
        <div class="field">
            <div class="label"><label for="auth_plugins">${_("Enabled Plugins")}</label></div>
            <div class="input">${h.text("auth_plugins", class_='large')}
-           <span class="help-block">${_('Comma separated list of plugins. Order of plugins is also order in which Kallithea will try to authenticate user')}</span>
+           <span class="help-block">${_('Comma-separated list of plugins; Kallithea will try user authentication in plugin order')}</span>
                <div style="padding:10px 0px 10px 0px;font-weight: bold">${_('Available built-in plugins')}</div>
                <ul>
                %for plugin_path in c.available_plugins: