From 4c4ea59598d9a432068dd8034005759fbfa54386 Mon Sep 17 00:00:00 2001 From: Javier Sánchez Parra Date: Wed, 25 Nov 2020 12:56:30 +0100 Subject: #1008 Add support for partitioning several disks WebConsole only supports for partitioning and formatting the first disk of the client. POST /setup calls in ogserver and ogclient support for multiple disks. Update WebConsole to allow to choose which disk do you want to partition and format. --- admin/WebConsole/idiomas/php/eng/pintaParticiones_eng.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'admin/WebConsole/idiomas/php/eng/pintaParticiones_eng.php') diff --git a/admin/WebConsole/idiomas/php/eng/pintaParticiones_eng.php b/admin/WebConsole/idiomas/php/eng/pintaParticiones_eng.php index a4e4399f..1f263233 100644 --- a/admin/WebConsole/idiomas/php/eng/pintaParticiones_eng.php +++ b/admin/WebConsole/idiomas/php/eng/pintaParticiones_eng.php @@ -44,7 +44,7 @@ $TbMsg["IMAGE_REPOSITORY"]='Image / Repository'; $TbMsg["INCREMENTAL_IMAGE_REPOSITORY"]='Incremental Image / Repository'; $TbMsg["CONFIG_NOCONFIG"]='No configuration: client not connected to server.'; -$TbMsg["CONFIG_NODISK1MSDOS"]='Warning: this command only uses disk 1 with MSDOS partition table.'; +$TbMsg["CONFIG_NODISK1MSDOS"]='Warning: this command only works with MSDOS partition table.'; $TbMsg["CONFIG_NOOS"]='No operating system detected on the computer.'; $TbMsg["SYNC_METHOD"]='Method'; -- cgit v1.2.3-18-g5258