summaryrefslogtreecommitdiffstats
path: root/os-plugins
diff options
context:
space:
mode:
Diffstat (limited to 'os-plugins')
-rw-r--r--os-plugins/plugins/desktop/OpenSLX/Distro/Base.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/os-plugins/plugins/desktop/OpenSLX/Distro/Base.pm b/os-plugins/plugins/desktop/OpenSLX/Distro/Base.pm
index a85329f7..16d2a9fc 100644
--- a/os-plugins/plugins/desktop/OpenSLX/Distro/Base.pm
+++ b/os-plugins/plugins/desktop/OpenSLX/Distro/Base.pm
@@ -204,7 +204,7 @@ sub GDMConfigHashForWorkstation
SecureShutdown => 'false',
ShowDomain => 'false',
DefaultWelcome => 'false',
- Welcome => 'SLX Workstation: \%n',
+ Welcome => 'OpenSLX Workstation (%n)',
},
'gui' => {
},
@@ -356,7 +356,7 @@ sub KDMConfigHashForWorkstation
AllowShutdown => 'All',
},
'X-*-Greeter' => {
- GreetString => 'OpenSLX (%h)',
+ GreetString => 'OpenSLX Workstation (%h)',
SelectedUsers => '',
ShowUsers => 'Selected',
UserList => 'false',