summaryrefslogtreecommitdiffstats
path: root/core/modules/run-virt/data/opt/openslx/vmchooser/run-virt-includes
diff options
context:
space:
mode:
authorSteffen Ritter2017-04-04 15:24:52 +0200
committerSteffen Ritter2017-04-04 15:24:52 +0200
commitcd5004b7811c86a704c99c8efb5e8404b99b2196 (patch)
tree87d73cc349e81f4a6570c553619fae61ef01de0f /core/modules/run-virt/data/opt/openslx/vmchooser/run-virt-includes
parent[run-virt] Try more mount options for CIFS, just like satellite server (diff)
downloadmltk-cd5004b7811c86a704c99c8efb5e8404b99b2196.tar.gz
mltk-cd5004b7811c86a704c99c8efb5e8404b99b2196.tar.xz
mltk-cd5004b7811c86a704c99c8efb5e8404b99b2196.zip
[run-virt] Fix two wordings in error-msg
Diffstat (limited to 'core/modules/run-virt/data/opt/openslx/vmchooser/run-virt-includes')
-rw-r--r--core/modules/run-virt/data/opt/openslx/vmchooser/run-virt-includes/setup_image_access.inc2
-rw-r--r--core/modules/run-virt/data/opt/openslx/vmchooser/run-virt-includes/vmchooser_runvirt_functions.inc2
2 files changed, 2 insertions, 2 deletions
diff --git a/core/modules/run-virt/data/opt/openslx/vmchooser/run-virt-includes/setup_image_access.inc b/core/modules/run-virt/data/opt/openslx/vmchooser/run-virt-includes/setup_image_access.inc
index 0d613c54..9ce0157e 100644
--- a/core/modules/run-virt/data/opt/openslx/vmchooser/run-virt-includes/setup_image_access.inc
+++ b/core/modules/run-virt/data/opt/openslx/vmchooser/run-virt-includes/setup_image_access.inc
@@ -115,7 +115,7 @@ setup_image_access() {
# Check if we finally found a valid, readable container
if isempty VM_DISKFILE_RO || [ ! -r "${VM_DISKFILE_RO}" ]; then
writelog "Virtual machine image ${VM_DISKFILE_RO} not found!"
- EXIT_TYPE="user" EXIT_REASON="Konnte virtuelle Festplatte des gewählten Image nicht finden!" cleanexit 1
+ EXIT_TYPE="user" EXIT_REASON="Konnte virtuelle Festplatte der gewählten VM nicht finden!" cleanexit 1
fi
writelog "\tVM disk file:\t\t${VM_DISKFILE_RO}"
diff --git a/core/modules/run-virt/data/opt/openslx/vmchooser/run-virt-includes/vmchooser_runvirt_functions.inc b/core/modules/run-virt/data/opt/openslx/vmchooser/run-virt-includes/vmchooser_runvirt_functions.inc
index 43cfeeeb..30676152 100644
--- a/core/modules/run-virt/data/opt/openslx/vmchooser/run-virt-includes/vmchooser_runvirt_functions.inc
+++ b/core/modules/run-virt/data/opt/openslx/vmchooser/run-virt-includes/vmchooser_runvirt_functions.inc
@@ -154,7 +154,7 @@ cleanexit() {
case "${EXIT_TYPE}" in
user)
ERR_TITLE="Auswahlfehler"
- ERR_FOOTER="Beim Start Ihrer Veranstaltung sind Fehler aufgetretten. Versuchen Sie es mit einer anderen Veranstaltung."
+ ERR_FOOTER="Beim Start Ihrer Veranstaltung sind Fehler aufgetreten. Versuchen Sie es mit einer anderen Veranstaltung."
;;
internal)
ERR_TITLE="Interner Fehler"