Installer: GUI change initialize -> format

DriveSetup terminology was changed a while ago. Disks get 'initialized'
with a partition map. Partitions are 'formatted'.

Change-Id: I600145cdd1ed622378d364aa66a6146aae4a9a87
Reviewed-on: https://review.haiku-os.org/c/haiku/+/2968
Reviewed-by: waddlesplash <[email protected]>
This commit is contained in:
Humdinger
2020-06-29 17:20:21 +00:00
committed by waddlesplash
parent 595b4d406e
commit 72fcffef9d
+2 -2
View File
@@ -290,7 +290,7 @@ InstallerWindow::InstallerWindow()
fLaunchDriveSetupButton->SetToolTip( fLaunchDriveSetupButton->SetToolTip(
B_TRANSLATE("Launch the DriveSetup utility to partition\n" B_TRANSLATE("Launch the DriveSetup utility to partition\n"
"available hard drives and other media.\n" "available hard drives and other media.\n"
"Partitions can be initialized with the\n" "Partitions can be formatted with the\n"
"Be File System needed for a Haiku boot\n" "Be File System needed for a Haiku boot\n"
"partition.")); "partition."));
// fLaunchBootManagerItem->SetToolTip( // fLaunchBootManagerItem->SetToolTip(
@@ -444,7 +444,7 @@ InstallerWindow::MessageReceived(BMessage *msg)
{ {
BAlert* alert = new BAlert("use drive setup", B_TRANSLATE("No partitions have " BAlert* alert = new BAlert("use drive setup", B_TRANSLATE("No partitions have "
"been found that are suitable for installation. Please set " "been found that are suitable for installation. Please set "
"up partitions and initialize at least one partition with the " "up partitions and format at least one partition with the "
"Be File System."), B_TRANSLATE("OK")); "Be File System."), B_TRANSLATE("OK"));
alert->SetFlags(alert->Flags() | B_CLOSE_ON_ESCAPE); alert->SetFlags(alert->Flags() | B_CLOSE_ON_ESCAPE);
alert->Go(); alert->Go();