Skip to content

Commit

Permalink
JENKINS-32492 - rename select fields to include JIRA: prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
rantoniuk committed Mar 27, 2016
1 parent be4febe commit e23c778
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Expand Up @@ -451,7 +451,7 @@ public boolean isApplicable(Class<? extends AbstractProject> jobType) {

@Override
public String getDisplayName() {
return "Create Jira Issue";
return Messages.JiraCreateIssueNotifier_DisplayName();
}

@Override
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/hudson/plugins/jira/Messages.properties
Expand Up @@ -32,3 +32,4 @@ JiraEnvironmentVariableBuilder.Updating=[JIRA] Setting {0} to {1}.
CommentStep.Descriptor.DisplayName=JIRA: Add a comment to issue(s)
SearchIssuesStep.Descriptor.DisplayName=JIRA: Search issues
IssueSelectorStep.Descriptor.DisplayName=JIRA: Issue selector
JiraCreateIssueNotifier.DisplayName=JIRA: Create issue

0 comments on commit e23c778

Please sign in to comment.