Skip to content

Commit be5b7d1

Browse files
committed
Clean code
1 parent 110dcfe commit be5b7d1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

GitAutoUpdateGUI/FormMain.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1485,9 +1485,8 @@ private void buttonAddGitBinaryToWinPath_Click(object sender, EventArgs e)
14851485
catch (SecurityException securityException)
14861486
{
14871487
additionSuccessful = false;
1488-
Logger.Add(textBoxLog, Translate("There was a security error") +
1489-
Punctuation.CreateSentence(Punctuation.Comma, Punctuation.OneSpace,
1490-
Translate("probably lack of rights"),
1488+
Logger.Add(textBoxLog, Punctuation.CreateSentence(Translate("There was a security error") +
1489+
Punctuation.Comma, Punctuation.OneSpace, Translate("probably lack of rights"),
14911490
Punctuation.Colon, Punctuation.OneSpace) +
14921491
securityException.Message);
14931492
}

0 commit comments

Comments
 (0)