Browse Source

Fixed a typo

Tomasz Sterna 13 năm trước cách đây
mục cha
commit
60ecd446a3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      qubesmanager/main.py

+ 1 - 1
qubesmanager/main.py

@@ -700,7 +700,7 @@ class VmManagerWindow(QMainWindow):
             if thread_monitor.success:
                 trayIcon.showMessage ("Qubes Manager", "VM '{0}' has been removed.".format(vm.name), msecs=3000)
             else:
-                QMessageBox.warning (None, "Error removing M!", "ERROR: {0}".format(thread_monitor.error_msg))
+                QMessageBox.warning (None, "Error removing VM!", "ERROR: {0}".format(thread_monitor.error_msg))
 
     def do_remove_vm (self, vm, thread_monitor):
         try: