Multi-language support

This commit is contained in:
bergware
2020-03-12 17:08:32 +01:00
parent 4c89210341
commit bce5dcda9d

View File

@@ -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);