Skip to content

Commit

Permalink
i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenc committed Sep 9, 2013
1 parent f271e27 commit 6a3a0ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/jenkins/plugins/git/GitSCMSource.java
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ public static class DescriptorImpl extends SCMSourceDescriptor {

@Override
public String getDisplayName() {
return "Git";
return Messages.GitSCMSource_DisplayName();
}

public ListBoxModel doFillCredentialsIdItems(@AncestorInPath SCMSourceOwner context,
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/jenkins/plugins/git/Messages.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.
#
GitSCMSource.DisplayName=Git

0 comments on commit 6a3a0ed

Please sign in to comment.