From d6fd127c1b993eed6e06bed9ec6c5377081d6c8c Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Sat, 24 May 2008 11:51:39 +0000 Subject: * implemented checking of attributes for groups and clients in slxconfig git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1789 95ad53e4-c205-0410-b2fa-d234c58c8868 --- os-plugins/plugins/desktop/OpenSLX/OSPlugin/desktop.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os-plugins') diff --git a/os-plugins/plugins/desktop/OpenSLX/OSPlugin/desktop.pm b/os-plugins/plugins/desktop/OpenSLX/OSPlugin/desktop.pm index 92b1e9a9..61787309 100644 --- a/os-plugins/plugins/desktop/OpenSLX/OSPlugin/desktop.pm +++ b/os-plugins/plugins/desktop/OpenSLX/OSPlugin/desktop.pm @@ -299,7 +299,7 @@ sub checkStage3AttrValues my $theme = $stage3Attrs->{'desktop::theme'}; if (defined $theme && !grep { $_ eq $theme } @supportedThemes) { die _tr( - "'%s' is not a supported theme!\nSupported themes are: %s", + "desktop::theme '%s' does not refer to a supported theme!\nSupported themes are: %s", $theme, $vendorOSAttrs->{'desktop::supported_themes'} || '' ); } -- cgit v1.2.3-55-g7522