Browse Source

[search] Fix i18n extraction

Romain Rigaux 12 years ago
parent
commit
9a3a90d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      apps/search/src/search/conf.py

+ 1 - 1
apps/search/src/search/conf.py

@@ -32,6 +32,6 @@ EMPTY_QUERY = Config(
 
 SECURITY_ENABLED = Config(
   key="security_enabled",
-  help=_t("Whether Solr requires client to perform Kerberos authentication."),
+  help=_("Whether Solr requires client to perform Kerberos authentication."),
   default=False,
   type=coerce_bool)