Change button label in DriveSetup' format dialog

Some time back the menu item 'Partition | Initilize' changed to 'Format'.
The format dialog's button label still says 'Initialize'.
Change to 'Format' for consistency.

Change-Id: I6f1e84187a2d4b7c55843f9cd5cf0691f40c11fc
Reviewed-on: https://review.haiku-os.org/c/1405
Reviewed-by: waddlesplash <[email protected]>
This commit is contained in:
Humdinger
2019-04-12 19:42:09 +00:00
committed by waddlesplash
parent f1fafe317f
commit 5dcd02dff2
+1 -1
View File
@@ -29,7 +29,7 @@ InitParametersPanel::InitParametersPanel(BWindow* window,
{
Init(B_INITIALIZE_PARAMETER_EDITOR, diskSystem, partition);
fOkButton->SetLabel(B_TRANSLATE("Initialize"));
fOkButton->SetLabel(B_TRANSLATE("Format"));
}