Skip to content

Commit

Permalink
JENKINS-48169 Trying to use a better description for role limitation
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Heid authored and Daniel Heid committed Nov 23, 2017
1 parent 4827e0d commit 759dcff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/lib/postbuildscript/role.jelly
@@ -1,7 +1,7 @@
<?jelly escape-by-default='true'?>
<j:jelly xmlns:j="jelly:core" xmlns:f="/lib/form">

<f:entry title="${%Run on}" help="/plugin/postbuildscript/help/role.html">
<f:entry title="${%Execution is limited to}" help="/plugin/postbuildscript/help/role.html">
<f:radio name="role"
checked="${item.shouldRunOnMaster() and not item.shouldRunOnSlave()}"
title="${%Master}"
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/lib/postbuildscript/role_de.properties
@@ -1,2 +1,2 @@
Run\ on=Ausf\u00fchren auf
Both=Beide
Execution\ is\ limited\ to=Nur ausf\u00fchren auf
Both=Beiden

0 comments on commit 759dcff

Please sign in to comment.