mirror of
https://github.com/fspc/gbootroot.git
synced 2025-02-23 17:13:22 -05:00
This fixes a grammar mistake as described in bug 11636 .. are becomes is.
This commit is contained in:
parent
b10d8401c3
commit
824b2bdea3
@ -1194,14 +1194,14 @@ sub mtab{
|
|||||||
|
|
||||||
if ($_[0] == 0) {
|
if ($_[0] == 0) {
|
||||||
my $dialog = "BOOTDISK:\n"
|
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 Boot Disk will now be made. All data already on\n"
|
||||||
."the storage medium will be erased.";
|
."the storage medium will be erased.";
|
||||||
mtab_window($dialog,1,$_[0],1);
|
mtab_window($dialog,1,$_[0],1);
|
||||||
}
|
}
|
||||||
elsif ($_[0] == 1) {
|
elsif ($_[0] == 1) {
|
||||||
my $dialog = "ROOTDISK:\n"
|
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 Root Disk will now be made. All data already on\n"
|
||||||
."the storage medium will be erased.";
|
."the storage medium will be erased.";
|
||||||
mtab_window($dialog,1,$_[0],1);
|
mtab_window($dialog,1,$_[0],1);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user