Francois Gouget : testbot: Shorten the VM property descriptions.

Alexandre Julliard julliard at winehq.org
Wed Mar 23 16:59:54 CDT 2022


Module: tools
Branch: master
Commit: 4640ca58f779e0cfd140ea7b5463851f2107e56a
URL:    https://source.winehq.org/git/tools.git/?a=commit;h=4640ca58f779e0cfd140ea7b5463851f2107e56a

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Wed Mar 23 14:57:44 2022 +0100

testbot: Shorten the VM property descriptions.

In context the short names are just as explicit and take less space in
the column headers.

Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 testbot/lib/WineTestBot/VMs.pm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/testbot/lib/WineTestBot/VMs.pm b/testbot/lib/WineTestBot/VMs.pm
index 60a52b8..f850daa 100644
--- a/testbot/lib/WineTestBot/VMs.pm
+++ b/testbot/lib/WineTestBot/VMs.pm
@@ -762,10 +762,10 @@ sub CreateItem($)
 }
 
 my @PropertyDescriptors = (
-  CreateBasicPropertyDescriptor("Name", "VM name", 1, 1, "A", 20),
+  CreateBasicPropertyDescriptor("Name", "Name", 1, 1, "A", 20),
   CreateBasicPropertyDescriptor("SortOrder", "Display order", !1, 1, "N", 3),
-  CreateEnumPropertyDescriptor("Type", "Type of VM", !1, 1, ['win32', 'win64', 'build', 'wine']),
-  CreateEnumPropertyDescriptor("Role", "VM Role", !1, 1, ['extra', 'base', 'winetest', 'retired', 'deleted']),
+  CreateEnumPropertyDescriptor("Type", "Type", !1, 1, ['win32', 'win64', 'build', 'wine']),
+  CreateEnumPropertyDescriptor("Role", "Role", !1, 1, ['extra', 'base', 'winetest', 'retired', 'deleted']),
   CreateBasicPropertyDescriptor("Missions", "Missions", !1, 1, "A", 256),
   CreateBasicPropertyDescriptor("MissionCaps", "Mission Capabilities", !1, !1, "A", 512),
   CreateEnumPropertyDescriptor("Status", "Current status", !1, 1, ['dirty', 'reverting', 'sleeping', 'idle', 'running', 'off', 'offline', 'maintenance']),




More information about the wine-cvs mailing list