From 66a642f918f6f0761f92a80f848eec3a190fb8da Mon Sep 17 00:00:00 2001 From: bergware Date: Thu, 16 Nov 2023 17:36:09 +0100 Subject: [PATCH] VM machines: insert space between text and icon Fix English phrase --- emhttp/plugins/dynamix.vm.manager/include/VMMachines.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/emhttp/plugins/dynamix.vm.manager/include/VMMachines.php b/emhttp/plugins/dynamix.vm.manager/include/VMMachines.php index e82f84573..fdaa51e82 100644 --- a/emhttp/plugins/dynamix.vm.manager/include/VMMachines.php +++ b/emhttp/plugins/dynamix.vm.manager/include/VMMachines.php @@ -185,7 +185,7 @@ foreach ($vms as $vm) { $changemedia = "getisoimageboth(\"{$uuid}\",\"hda\",\"{$cdbus}\",\"{$cdfile}\",\"hdb\",\"{$cdbus2}\",\"{$cdfile2}\")"; $title = _('Select ISO image'); - $cdstr = $cdromcount." / 2"; + $cdstr = $cdromcount." / 2 "; echo ""; echo "$image$vm
"._($status)." $snapshotstcount
"; echo "$desc"; @@ -247,8 +247,8 @@ foreach ($vms as $vm) { } else { $title = _('Insert CD'); $changemedia = "changemedia(\"{$uuid}\",\"{$dev}\",\"{$bus}\",\"--select\")"; - $disk = _("No CD image inserted in to drive"); - echo "$disk$bus$capacity$allocation$boot"; + $disk = _("No CD image inserted into drive"); + echo "$disk $bus$capacity$allocation$boot"; } } echo "";