i18n
This commit is contained in:
parent
56ff8faacb
commit
95fe5c060f
5 changed files with 32 additions and 30 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue