summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/desktop/OpenSLX/OSPlugin/desktop.pm
diff options
context:
space:
mode:
authorOliver Tappe2008-05-24 13:51:39 +0200
committerOliver Tappe2008-05-24 13:51:39 +0200
commitd6fd127c1b993eed6e06bed9ec6c5377081d6c8c (patch)
tree010ac79bba2d10e05fa3b0904d8f7124719f7abb /os-plugins/plugins/desktop/OpenSLX/OSPlugin/desktop.pm
parent* artifically bumped the schema version to 0.30 in order to trigger a synchro... (diff)
downloadcore-d6fd127c1b993eed6e06bed9ec6c5377081d6c8c.tar.gz
core-d6fd127c1b993eed6e06bed9ec6c5377081d6c8c.tar.xz
core-d6fd127c1b993eed6e06bed9ec6c5377081d6c8c.zip
* 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
Diffstat (limited to 'os-plugins/plugins/desktop/OpenSLX/OSPlugin/desktop.pm')
-rw-r--r--os-plugins/plugins/desktop/OpenSLX/OSPlugin/desktop.pm2
1 files changed, 1 insertions, 1 deletions
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'} || ''
);
}