summaryrefslogtreecommitdiffstats
path: root/admin/WebConsole/idiomas/php/eng/pintaParticiones_eng.php
diff options
context:
space:
mode:
authorJavier Sánchez Parra <jsanchez@soleta.eu>2020-11-25 12:56:30 +0100
committerOpenGnSys Support Team <soporte-og@soleta.eu>2020-11-25 15:37:28 +0100
commit4c4ea59598d9a432068dd8034005759fbfa54386 (patch)
tree5301820f1a527f80c1bfe66fc93a42507339efc6 /admin/WebConsole/idiomas/php/eng/pintaParticiones_eng.php
parenta89da3dcfcee46b13d8d85f8889434a952c38d2a (diff)
#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.
Diffstat (limited to 'admin/WebConsole/idiomas/php/eng/pintaParticiones_eng.php')
-rw-r--r--admin/WebConsole/idiomas/php/eng/pintaParticiones_eng.php2
1 files changed, 1 insertions, 1 deletions
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';