changeset 30130 | 7be610198360 |
parent 30128 | e37ee8367ab4 |
child 30134 | 165c9526e594 |
--- a/mercurial/commands.py Sun Oct 09 13:59:20 2016 +0200 +++ b/mercurial/commands.py Sun Oct 09 09:42:46 2016 -0400 @@ -2787,7 +2787,7 @@ if not problems: fm.data(problems=problems) fm.condwrite(problems, 'problems', - _("%s problems detected," + _("%d problems detected," " please check your install!\n"), problems) fm.end()