mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Github: fix title capitalisation
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user