From 6fbf1ff3c7e8a2f6ad6500495401d8775f85cb7c Mon Sep 17 00:00:00 2001 From: Patrick Schleizer Date: Sun, 4 Oct 2015 12:43:48 +0000 Subject: [PATCH] Qubes VM Manager drop down menu strings consistency fixes Currently: * Create AppVM * Remove AppVM * Clone VM * Start/Resume VM * [...] VM The first two are inconsistent. @bnvk and I agreed, that those should be changed AppVM -> VM for consistency. And I add, if anything, it would have to be "Create TemplateBased-VM". Because currently, if you click "Create AppVM", you are asked in the next wizard if you wanted to create an AppVM, NetVM or ProxyVM. So the term AppVM is overloaded. This commit fixes this. --- mainwindow.ui | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mainwindow.ui b/mainwindow.ui index 8d70c21..4c53adc 100644 --- a/mainwindow.ui +++ b/mainwindow.ui @@ -389,10 +389,10 @@ :/createvm.png:/createvm.png - Create AppVM + Create VM - Create a new AppVM + Create a new VM @@ -404,10 +404,10 @@ :/removevm.png:/removevm.png - Remove AppVM + Remove VM - Remove an existing AppVM (must be stopped first) + Remove an existing VM (must be stopped first)