~ubuntu-branches/ubuntu/precise/virt-manager/precise-proposed

« back to all changes in this revision

Viewing changes to src/virtManager/engine.py

  • Committer: Bazaar Package Importer
  • Author(s): Marc Deslauriers
  • Date: 2011-02-27 08:54:14 UTC
  • Revision ID: james.westby@ubuntu.com-20110227085414-k3j20dfozhtpuk4l
Tags: 0.8.6-1ubuntu5
* debian/patches/use_ubuntu_package_names.patch: Suggest installing the
  packages that are actually available in Ubuntu.
* debian/patches/more_helpful_error_message.patch: unbreak, and make
  error message even more helpful.
* debian/patches/da_l10n.patch: dropped. Translation fixes should be
  done in Launchpad.

Show diffs side-by-side

added added

removed removed

Lines of Context:
283
283
        # Manager fail message
284
284
        msg = _("Could not detect a default hypervisor. Make\n"
285
285
                "sure the appropriate virtualization packages\n"
286
 
                "are installed (kvm, qemu, libvirt, etc.), and\n"
 
286
                "are installed (qemu-kvm, libvirt-bin), and\n"
287
287
                "that libvirtd is running.\n\n"
288
288
                "A hypervisor connection can be manually\n"
289
289
                "added via File->Add Connection")