[tools] testbot: Shorten the VM property descriptions.

Francois Gouget fgouget at codeweavers.com
Wed Mar 23 08:57:44 CDT 2022


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>
---
 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 60a52b86c..f850daaf3 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']),
-- 
2.30.2



More information about the wine-devel mailing list