Skip to content

Commit 69ef2ef

Browse files
committed
need -> must
1 parent 6331889 commit 69ef2ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/GHOSTbackup/Form1.vb

+2-2
Original file line numberDiff line numberDiff line change
@@ -765,7 +765,7 @@ Public Class Form1
765765

766766
Private Sub BackupBtn_Click(sender As Object, e As EventArgs) Handles BackupBtn.Click
767767
If SavegamesLocTextBox.Text = "" Or BackupLocTextBox.Text = "" Then
768-
ShowAlert(64, "You need to specify both save games and backup folders.")
768+
ShowAlert(64, "You must specify both save games and backup folders.")
769769
ElseIf IsGameRunning = True Then 'Perform the first backup
770770
StartBackup()
771771

@@ -798,7 +798,7 @@ Public Class Form1
798798
ShowMsgBox("{\rtf1 The backup process has been {\b interrupted due to an error.} Please check the logs for more details.}", "Backup Interrupted", MessageBoxButtons.OKCancel, MessageBoxIcon.Error)
799799
End Try
800800
ElseIf IsGameRunning = False Then
801-
ShowAlert(64, "You need to launch Wildlands before starting the backup process.")
801+
ShowAlert(64, "You must launch Wildlands before starting the backup process.")
802802
End If
803803
End Sub
804804

0 commit comments

Comments
 (0)