# HG changeset patch # User Søren Løvborg # Date 1439564869 -7200 # Node ID ac3164ba8e1372ae5c7ffbd9a0d07f479a15ad07 # Parent aaa2478f9d605cb2a2a301d0fd401197abd7429b spelling: fix auth settings typo and improve brevity diff -r aaa2478f9d60 -r ac3164ba8e13 kallithea/i18n/kallithea.pot --- 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 diff -r aaa2478f9d60 -r ac3164ba8e13 kallithea/templates/admin/auth/auth_settings.html --- 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 @@
${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: