~ubuntu-branches/ubuntu/raring/virt-manager/raring

« back to all changes in this revision

Viewing changes to src/virtManager/engine.py

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2013-01-23 11:53:32 UTC
  • Revision ID: package-import@ubuntu.com-20130123115332-cqnus1a2z2b89ysk
Tags: 0.9.4-2ubuntu2
* Use new raring qemu-system package name:
  - debian/patches/use_ubuntu_package_names.patch
  - debian/rules

Show diffs side-by-side

added added

removed removed

Lines of Context:
146
146
        # Manager fail message
147
147
        msg = _("Could not detect a default hypervisor. Make\n"
148
148
                "sure the appropriate virtualization packages\n"
149
 
                "are installed (qemu-kvm, libvirt-bin), and\n"
 
149
                "are installed (qemu-system, libvirt-bin), and\n"
150
150
                "that libvirtd is running.\n\n"
151
151
                "A hypervisor connection can be manually\n"
152
152
                "added via File->Add Connection")