Github: fix title capitalisation

This commit is contained in:
Aleksey Pivovarov
2013-07-26 16:43:52 +04:00
parent 77dd374c5b
commit 1ddf23f650
@@ -24,7 +24,7 @@ public class GithubShareDialog extends DialogWrapper {
myAvailableNames = availableNames;
myGithubSharePanel = new GithubSharePanel(this);
init();
setTitle("Share project on GitHub");
setTitle("Share Project On GitHub");
setOKButtonText("Share");
myGithubSharePanel.setRepositoryName(project.getName());
myGithubSharePanel.setPrivateRepoAvailable(privateRepoAllowed);