Skip to content

Commit 58ce2f2

Browse files
committed
Fixed layout of warning string.
1 parent 4ba6baf commit 58ce2f2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

WindowsApp1/Compact.vb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -502,9 +502,9 @@ Public Class Compact
502502

503503
If wDString.Contains("C:\Windows") Then 'Makes sure you're not trying to compact the Windows directory. I should Regex this to catch all possible drives hey?
504504

505-
MsgBox("Compressing items in the Windows folder using this program
506-
is not recommended. Please use the command line if you still
507-
wish to compress the Windows folder")
505+
MsgBox("Compressing items in the Windows folder using this program " _
506+
& "is not recommended. Please use the command line if you still " _
507+
& "wish to compress the Windows folder")
508508

509509
ElseIf wDString.EndsWith(":\") Then
510510

0 commit comments

Comments
 (0)