Skip to content

Commit 051081e

Browse files
committed
Proper capitalize TFS.
1 parent 0b1eed9 commit 051081e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

GitTfsDialog.Designer.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

GitTfsPlugin.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public override bool Execute(GitUIBaseEventArgs gitUiCommands)
3131
return true;
3232
}
3333

34-
MessageBox.Show("The active repository has no TFS remotes.", "git-tfs Error",
34+
MessageBox.Show("The active repository has no TFS remotes.", "Git-TFS Error",
3535
MessageBoxButtons.OK, MessageBoxIcon.Error);
3636
return false;
3737
}

0 commit comments

Comments
 (0)