Skip to content

Commit 8c6baff

Browse files
committed
Comment translated
1 parent 719730e commit 8c6baff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Winget-AutoUpdate/WAU-Settings-GUI.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ function Test-PathTextBox_PreviewTextInput {
9393

9494
# Check if the input character is valid and doesn't create forbidden path
9595
if (-not (Test-ValidPathCharacter -text $e.Text -currentTextBoxValue $currentText)) {
96-
$e.Handled = $true # Blockera tecknet
96+
$e.Handled = $true # Block the character
9797
}
9898
}
9999
function Test-PathTextBox_TextChanged {

0 commit comments

Comments
 (0)