Module: tools Branch: master Commit: bc410bab595251503db1b9efaaabedb070740dcd URL: https://source.winehq.org/git/tools.git/?a=commit;h=bc410bab595251503db1b9ef...
Author: Francois Gouget fgouget@codeweavers.com Date: Tue May 24 20:40:46 2022 +0200
testbot: Tweak the Role fields display names.
Signed-off-by: Francois Gouget fgouget@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
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 c37de63..182538c 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