[tools 2/3] testbot: Tweak the Role fields display names.

Francois Gouget fgouget at codeweavers.com
Thu May 19 12:16:57 CDT 2022


Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---
 testbot/lib/WineTestBot/Roles.pm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/testbot/lib/WineTestBot/Roles.pm b/testbot/lib/WineTestBot/Roles.pm
index c37de63a9..182538ceb 100644
--- a/testbot/lib/WineTestBot/Roles.pm
+++ b/testbot/lib/WineTestBot/Roles.pm
@@ -60,8 +60,8 @@ sub CreateItem($)
 }
 
 my @PropertyDescriptors = (
-  CreateBasicPropertyDescriptor("Name", "Role name", 1,  1, "A", 20),
-  CreateBasicPropertyDescriptor("IsDefaultRole", "Should new users get this role by default", !1, 1, "B", 1),
+  CreateBasicPropertyDescriptor("Name", "Role", 1,  1, "A", 20),
+  CreateBasicPropertyDescriptor("IsDefaultRole", "Default role", !1, 1, "B", 1),
 );
 
 =pod
-- 
2.30.2




More information about the wine-devel mailing list