From cf60dbc96097a0d7ca99db36240d023a628c5c47 Mon Sep 17 00:00:00 2001 From: Steffen Ritter Date: Thu, 11 Jan 2024 15:11:37 +0100 Subject: [exam-mode] Wording Klausurmodus -> Prüfungsmodus --- core/modules/safe-mode/data/etc/systemd/system/exam-mode.target | 2 +- core/modules/safe-mode/data/opt/openslx/scripts/systemd-safe_mode | 2 +- core/modules/xscreensaver/data/opt/openslx/pvs2/lockDesktop.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/core/modules/safe-mode/data/etc/systemd/system/exam-mode.target b/core/modules/safe-mode/data/etc/systemd/system/exam-mode.target index 66438593..ec7122cf 100644 --- a/core/modules/safe-mode/data/etc/systemd/system/exam-mode.target +++ b/core/modules/safe-mode/data/etc/systemd/system/exam-mode.target @@ -1,4 +1,4 @@ [Unit] -Description=bwLehrpool Klausurmodus +Description=bwLehrpool Prüfungsmodus Requires=multi-user.target After=multi-user.target diff --git a/core/modules/safe-mode/data/opt/openslx/scripts/systemd-safe_mode b/core/modules/safe-mode/data/opt/openslx/scripts/systemd-safe_mode index b2c9248a..f131d257 100755 --- a/core/modules/safe-mode/data/opt/openslx/scripts/systemd-safe_mode +++ b/core/modules/safe-mode/data/opt/openslx/scripts/systemd-safe_mode @@ -55,7 +55,7 @@ EOF ssh_banner() { # Visual: ssh banner - echo "+ - - - - KLAUSURMODUS AKTIV - - - - +" >> "/etc/issue.net" + echo "+ - - - - PRÜFUNGSMODUS AKTIV - - - - +" >> "/etc/issue.net" echo "++++++++++++++++++++++++++++++++++++++" >> "/etc/issue.net" } diff --git a/core/modules/xscreensaver/data/opt/openslx/pvs2/lockDesktop.sh b/core/modules/xscreensaver/data/opt/openslx/pvs2/lockDesktop.sh index 1443f8fd..962af78e 100755 --- a/core/modules/xscreensaver/data/opt/openslx/pvs2/lockDesktop.sh +++ b/core/modules/xscreensaver/data/opt/openslx/pvs2/lockDesktop.sh @@ -20,7 +20,7 @@ fi # Don't allow locking in exam mode . /opt/openslx/config if [ -n "$SLX_EXAM" ]; then - xmessage "Im Klausurmodus nicht moeglich" + xmessage "Im Pruefungsmodus nicht moeglich" exit 0 fi -- cgit v1.2.3-55-g7522