File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ) {
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments