[haiku-commits] Change in haiku[master]: Installer: GUI change initialize -> format

  • From: Gerrit <review@xxxxxxxxxxxxxxxxxxx>
  • To: waddlesplash <waddlesplash@xxxxxxxxx>, haiku-commits@xxxxxxxxxxxxx
  • Date: Mon, 29 Jun 2020 16:48:07 +0000

From humdinger <humdingerb@xxxxxxxxx>:

humdinger has uploaded this change for review. ( 
https://review.haiku-os.org/c/haiku/+/2968 ;)


Change subject: Installer: GUI change initialize -> format
......................................................................

Installer: GUI change initialize -> format

DriveSetup terminology was changed a while ago. Disks get 'initialized'
with a partition map. Partitions are 'formatted'.
---
M src/apps/installer/InstallerWindow.cpp
1 file changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://git.haiku-os.org:22/haiku refs/changes/68/2968/1

diff --git a/src/apps/installer/InstallerWindow.cpp 
b/src/apps/installer/InstallerWindow.cpp
index 897f4d7..19b6690 100644
--- a/src/apps/installer/InstallerWindow.cpp
+++ b/src/apps/installer/InstallerWindow.cpp
@@ -290,7 +290,7 @@
        fLaunchDriveSetupButton->SetToolTip(
                B_TRANSLATE("Launch the DriveSetup utility to partition\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"
                "partition."));
 //     fLaunchBootManagerItem->SetToolTip(
@@ -444,7 +444,7 @@
                {
                        BAlert* alert = new BAlert("use drive setup", 
B_TRANSLATE("No partitions have "
                                "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"));
                        alert->SetFlags(alert->Flags() | B_CLOSE_ON_ESCAPE);
                        alert->Go();

--
To view, visit https://review.haiku-os.org/c/haiku/+/2968
To unsubscribe, or for help writing mail filters, visit 
https://review.haiku-os.org/settings

Gerrit-Project: haiku
Gerrit-Branch: master
Gerrit-Change-Id: I600145cdd1ed622378d364aa66a6146aae4a9a87
Gerrit-Change-Number: 2968
Gerrit-PatchSet: 1
Gerrit-Owner: humdinger <humdingerb@xxxxxxxxx>
Gerrit-MessageType: newchange

Other related posts:

  • » [haiku-commits] Change in haiku[master]: Installer: GUI change initialize -> format - Gerrit