From c97fecb245172373a13704d53ad056b0faaf8724 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Thu, 4 Jan 2024 13:27:13 +0100 Subject: [run-virt] Fix error message wording --- .../opt/openslx/vmchooser/run-virt-includes/setup_vm_hypervisor.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-55-g7522