Navweb: Solve a merge problem about msgctxt

This commit is contained in:
SNoiraud 2021-06-05 19:49:30 +02:00 committed by Nick Hall
parent 29d00116d7
commit ac67142665

View File

@ -1783,7 +1783,7 @@ class BasePage:
check_cs = False check_cs = False
if nav_text == currentsection: if nav_text == currentsection:
check_cs = True check_cs = True
elif nav_text == self._("Html|Home"): elif nav_text == self._("Home", "Html"):
if "index" in self.report.cur_fname: if "index" in self.report.cur_fname:
check_cs = True check_cs = True
elif nav_text == self._("Surnames"): elif nav_text == self._("Surnames"):