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:
@@ -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"));
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user