equal
deleted
inserted
replaced
2785 fm.condwrite(not problems, '', |
2785 fm.condwrite(not problems, '', |
2786 _("no problems detected\n")) |
2786 _("no problems detected\n")) |
2787 if not problems: |
2787 if not problems: |
2788 fm.data(problems=problems) |
2788 fm.data(problems=problems) |
2789 fm.condwrite(problems, 'problems', |
2789 fm.condwrite(problems, 'problems', |
2790 _("%s problems detected," |
2790 _("%d problems detected," |
2791 " please check your install!\n"), problems) |
2791 " please check your install!\n"), problems) |
2792 fm.end() |
2792 fm.end() |
2793 |
2793 |
2794 return problems |
2794 return problems |
2795 |
2795 |