Skip to content

Commit 163c865

Browse files
committed
Update log text
1 parent 72596f8 commit 163c865

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

SignToolGUI/Forms/MainForm.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ public async void InitializeAsyncCertificateCheck()
107107
labelSignedBuildState.ForeColor = Color.Green;
108108

109109
// Log the certificate thumbprint check success message
110-
Message("The certificate thumbprint matches the current one from Michael Morten Sonne.", EventType.Information, 1004);
110+
Message("The certificate thumbprint matches the current one from 'Michael Morten Sonne' online", EventType.Information, 1004);
111111
});
112112
}
113113
else
@@ -118,7 +118,7 @@ public async void InitializeAsyncCertificateCheck()
118118
labelSignedBuildState.ForeColor = Color.Green;
119119

120120
// Log the certificate thumbprint check success message
121-
Message("The certificate thumbprint does not match the current one from Michael Morten Sonne - custom Code Sign Certificate", EventType.Information, 1005);
121+
Message("The certificate thumbprint does not match the current one from 'Michael Morten Sonne' online - custom Code Sign Certificate used for this build", EventType.Information, 1005);
122122
});
123123
}
124124
}

0 commit comments

Comments
 (0)