##// END OF EJS Templates
templatekw: specify plural form of instability...
Yuya Nishihara -
r33851:7827fbbd default
parent child Browse files
Show More
@@ -783,7 +783,8 b' def showinstabilities(**args):'
783 783 (EXPERIMENTAL)
784 784 """
785 785 args = pycompat.byteskwargs(args)
786 return showlist('instability', args['ctx'].instabilities(), args)
786 return showlist('instability', args['ctx'].instabilities(), args,
787 plural='instabilities')
787 788
788 789 # tell hggettext to extract docstrings from these functions:
789 790 i18nfunctions = keywords.values()
General Comments 0
You need to be logged in to leave comments. Login now