From bce5dcda9de2f4d98e21b5b63c4cf26494ea82ea Mon Sep 17 00:00:00 2001 From: bergware Date: Thu, 12 Mar 2020 17:08:32 +0100 Subject: [PATCH] Multi-language support --- plugins/dynamix.vm.manager/include/VMajax.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/dynamix.vm.manager/include/VMajax.php b/plugins/dynamix.vm.manager/include/VMajax.php index ed77abbde..f9de33aef 100644 --- a/plugins/dynamix.vm.manager/include/VMajax.php +++ b/plugins/dynamix.vm.manager/include/VMajax.php @@ -531,7 +531,7 @@ case 'virtio-win-iso-cancel': } elseif (empty($_REQUEST['download_path'])) { $arrResponse = ['error' => _('ISO storage path was empty')]; } elseif (!is_dir($_REQUEST['download_path'])) { - $arrResponse = ['error' => _("ISO storage path doesn't exist")_]; + $arrResponse = ['error' => _("ISO storage path doesn't exist")]; } else { $strInstallScriptPgrep = '-f "VirtIOWin_'.$strKeyName.'_install.sh"'; $pid = pgrep($strInstallScriptPgrep, false);