# HG changeset patch # User Søren Løvborg # Date 2015-08-14 17:07:49 # Node ID ac3164ba8e1372ae5c7ffbd9a0d07f479a15ad07 # Parent aaa2478f9d605cb2a2a301d0fd401197abd7429b spelling: fix auth settings typo and improve brevity diff --git a/kallithea/i18n/kallithea.pot b/kallithea/i18n/kallithea.pot --- a/kallithea/i18n/kallithea.pot +++ b/kallithea/i18n/kallithea.pot @@ -2518,7 +2518,7 @@ msgid "Enabled Plugins" 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 diff --git a/kallithea/templates/admin/auth/auth_settings.html b/kallithea/templates/admin/auth/auth_settings.html --- a/kallithea/templates/admin/auth/auth_settings.html +++ b/kallithea/templates/admin/auth/auth_settings.html @@ -30,7 +30,7 @@
${h.text("auth_plugins", class_='large')} - ${_('Comma separated list of plugins. Order of plugins is also order in which Kallithea will try to authenticate user')} + ${_('Comma-separated list of plugins; Kallithea will try user authentication in plugin order')}
${_('Available built-in plugins')}
    %for plugin_path in c.available_plugins: