Skip to content

Commit 8953486

Browse files
committed
Clean code
1 parent be5b7d1 commit 8953486

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GitAutoUpdateGUI/FormMain.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1485,7 +1485,7 @@ private void buttonAddGitBinaryToWinPath_Click(object sender, EventArgs e)
14851485
catch (SecurityException securityException)
14861486
{
14871487
additionSuccessful = false;
1488-
Logger.Add(textBoxLog, Punctuation.CreateSentence(Translate("There was a security error") +
1488+
Logger.Add(textBoxLog, Punctuation.CreateSentence(Translate("There was a security error"),
14891489
Punctuation.Comma, Punctuation.OneSpace, Translate("probably lack of rights"),
14901490
Punctuation.Colon, Punctuation.OneSpace) +
14911491
securityException.Message);

0 commit comments

Comments
 (0)