This commit is contained in:
trhr 2020-04-15 21:21:16 -05:00
parent 56ff8faacb
commit 95fe5c060f
5 changed files with 32 additions and 30 deletions

View file

@ -131,7 +131,7 @@ class HelpEntryManager(TypedObjectManager):
for topic in topics:
topic.help_category = default_category
topic.save()
string = "Help database moved to category %s" % default_category
string = _(f"Help database moved to category {default_category}")
logger.log_info(string)
def search_help(self, ostring, help_category=None):