Skip to content

Commit e762af5

Browse files
committed
Fixed scripts
1 parent f2d4356 commit e762af5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CoverShell-ita.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1209,7 +1209,7 @@ $PanelT23.Controls.Add($ButtonST3b)
12091209
$ButtonST3b.Add_Click({
12101210
$textBox232a.Text = "Attendere..."
12111211
if (!$textBox232b.Text) {
1212-
$textBox232a.Text = "Seleziona intervallo"
1212+
$textBox232a.Text = "Seleziona durata"
12131213
return
12141214
}
12151215
if ($textBox232b.Text -match "^[0-2]?[0-9][1-9]?$" -and $textBox232b.Text -ne 0,00,000) {

CoverShell.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1208,7 +1208,7 @@ $PanelT23.Controls.Add($ButtonST3b)
12081208
$ButtonST3b.Add_Click({
12091209
$textBox232a.Text = "Please wait..."
12101210
if (!$textBox232b.Text) {
1211-
$textBox232a.Text = "Select interval"
1211+
$textBox232a.Text = "Select capture duration"
12121212
return
12131213
}
12141214
if ($textBox232b.Text -match "^[0-2]?[0-9][1-9]?$" -and $textBox232b.Text -ne 0,00,000) {
@@ -1490,7 +1490,7 @@ $ButtonFID.Add_Click({
14901490
$textBox3ID.Text = "The two SHA1 differ: `r`n$($1sha1) `r`n$($2sha1)" | Out-String
14911491
}
14921492
} else {
1493-
$textBox3ID.Text = "Scegliere i file"
1493+
$textBox3ID.Text = "Choose files"
14941494
}
14951495
})
14961496

0 commit comments

Comments
 (0)