Browse Source

This fixes a grammar mistake as described in bug 11636 .. are becomes is.

master
freesource 24 years ago
parent
commit
824b2bdea3
  1. 4
      gBootRoot

4
gBootRoot

@ -1194,14 +1194,14 @@ sub mtab{
if ($_[0] == 0) {
my $dialog = "BOOTDISK:\n"
."Press OK when the drive and its storage medium are ready.\n"
."Press OK when the drive and its storage medium is ready.\n"
."The Boot Disk will now be made. All data already on\n"
."the storage medium will be erased.";
mtab_window($dialog,1,$_[0],1);
}
elsif ($_[0] == 1) {
my $dialog = "ROOTDISK:\n"
."Press OK when the drive and its storage medium are ready.\n"
."Press OK when the drive and its storage medium is ready.\n"
."The Root Disk will now be made. All data already on\n"
."the storage medium will be erased.";
mtab_window($dialog,1,$_[0],1);

Loading…
Cancel
Save