Skip to content

Commit d8da3ab

Browse files
committed
Update icon and fix capitalization
1 parent 21bb053 commit d8da3ab

9 files changed

Lines changed: 8 additions & 8 deletions

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<artifactId>github</artifactId>
1212
<packaging>hpi</packaging>
1313
<version>0.5-SNAPSHOT</version>
14-
<name>Github plugin</name>
14+
<name>GitHub plugin</name>
1515
<url>http://wiki.jenkins-ci.org/display/JENKINS/Github+Plugin</url>
1616

1717
<developers>

src/main/java/com/coravy/hudson/plugins/github/GithubLinkAction.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public GithubLinkAction(GithubProjectProperty githubProjectProperty) {
2020
* @see hudson.model.Action#getDisplayName()
2121
*/
2222
public String getDisplayName() {
23-
return "Github";
23+
return "GitHub";
2424
}
2525

2626
/*

src/main/java/com/coravy/hudson/plugins/github/GithubProjectProperty.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public boolean isApplicable(Class<? extends Job> jobType) {
6969
}
7070

7171
public String getDisplayName() {
72-
return "Github project page";
72+
return "GitHub project page";
7373
}
7474

7575
@Override
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github.project=Github project
1+
github.project=GitHub project
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github.project=Github-Projekt
1+
github.project=GitHub-Projekt

src/main/resources/index.jelly

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<div>
2-
This plugin integrates <a href="http://github.com/">Github</a> to Jenkins.
2+
This plugin integrates <a href="http://github.com/">GitHub</a> to Jenkins.
33
</div>

src/main/webapp/help-global.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div>
22
<p>
3-
Enter the URL for the Github hosted project (without the tree/master or tree/branch part).
3+
Enter the URL for the GitHub hosted project (without the tree/master or tree/branch part).
44
</p>
55

66
<p>

src/main/webapp/help-global_de.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div>
22
<p>
3-
URL des Github-Projektes (ohne den Pfad der den Zweig des Repositories angibt - also ohne tree/master oder tree/branch).
3+
URL des GitHub-Projektes (ohne den Pfad der den Zweig des Repositories angibt - also ohne tree/master oder tree/branch).
44
</p>
55

66
<p>

src/main/webapp/logov3.png

362 Bytes
Loading

0 commit comments

Comments
 (0)