Comment 2 for bug 269583

Revision history for this message
Brian Murray (brian-murray) wrote :

Thanks for taking the time to report this bug, however looking at the current version of the code this seems to be fixed [see below]. With which version of update-manager did you notice this? Thanks in advance.

            summary = ngettext("The package '%s' is in an inconsistent "
                               "state and needs to be reinstalled, but "
                               "no archive can be found for it. "
                               "Please reinstall the package manually "
                               "or remove it from the system.",
                               "The packages '%s' are in an inconsistent "
                               "state and need to be reinstalled, but "
                               "no archive can be found for it."
                               "Please reinstall the packages manually "
                               "or remove them from the system.",
                               len(reqreinst)) % ", ".join(reqreinst)