summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2024-01-04 13:27:13 +0100
committerSimon Rettberg2024-01-04 13:27:13 +0100
commitc97fecb245172373a13704d53ad056b0faaf8724 (patch)
tree3eaabeb0eda6945c89d55f608f3da2b6034c25e8
parent[kiosk-chromium/kiosk-slxbrowser] Remove legacy, unused variables (diff)
downloadmltk-c97fecb245172373a13704d53ad056b0faaf8724.tar.gz
mltk-c97fecb245172373a13704d53ad056b0faaf8724.tar.xz
mltk-c97fecb245172373a13704d53ad056b0faaf8724.zip
[run-virt] Fix error message wording
-rw-r--r--core/modules/run-virt/data/opt/openslx/vmchooser/run-virt-includes/setup_vm_hypervisor.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/modules/run-virt/data/opt/openslx/vmchooser/run-virt-includes/setup_vm_hypervisor.inc b/core/modules/run-virt/data/opt/openslx/vmchooser/run-virt-includes/setup_vm_hypervisor.inc
index 1d6de54b..34b4fe0e 100644
--- a/core/modules/run-virt/data/opt/openslx/vmchooser/run-virt-includes/setup_vm_hypervisor.inc
+++ b/core/modules/run-virt/data/opt/openslx/vmchooser/run-virt-includes/setup_vm_hypervisor.inc
@@ -15,7 +15,7 @@ setup_vm_commandline() {
if [ ! -d "${VMCHOOSER_DIR}/plugins/${PLUGIN_ID}" ]; then
EXIT_TYPE="internal" EXIT_REASON="msg.vm.missing-hypervisor
Fehlende Unterstützung für '${PLUGIN_DISPLAY_NAME}' im Grundsystem.
-Stellen Sie sicher, dass ihre bwLehrpool-Administration das SLX_ADDON '${PLUGIN_ID}' zur Verfügung stellt.
+Stellen Sie sicher, dass ihre bwLehrpool-Administration das run-virt plugin '${PLUGIN_ID}' zur Verfügung stellt.
" cleanexit 1
fi
if ! $(safesource "$VMCHOOSER_DIR/plugins/$PLUGIN_ID/run-virt.include"); then