Title: [41230] trunk/hudson/plugins/vncrecorder/src/main/resources/org/jenkinsci/plugins/vncrecorder/VncRecorderBuildWrapper/config.jelly: Improved text labels
Revision
41230
Author
tbaum
Date
2015-02-13 10:20:41 -0500 (Fri, 13 Feb 2015)

Log Message

Improved text labels

Modified Paths


Diff

Modified: trunk/hudson/plugins/vncrecorder/src/main/resources/org/jenkinsci/plugins/vncrecorder/VncRecorderBuildWrapper/config.jelly (41229 => 41230)


--- trunk/hudson/plugins/vncrecorder/src/main/resources/org/jenkinsci/plugins/vncrecorder/VncRecorderBuildWrapper/config.jelly	2015-02-13 14:23:08 UTC (rev 41229)
+++ trunk/hudson/plugins/vncrecorder/src/main/resources/org/jenkinsci/plugins/vncrecorder/VncRecorderBuildWrapper/config.jelly	2015-02-13 15:20:41 UTC (rev 41230)
@@ -18,20 +18,19 @@
 <f:textbox default="${descriptor.getDefaultPasswdFile()}"/>
  </f:entry>
  
- <f:entry title="Base filename of output html/swf files" field="outFileName">
-<f:textbox default="${descriptor.getDefaultOutFileName()}"/>
+  <f:entry title="Base filename of output html/swf files" field="outFileName">
+    <f:textbox default="${descriptor.getDefaultOutFileName()}"/>
  </f:entry>
  
  <f:entry field="removeIfSuccessful">
       <f:checkbox default="false"/>
-      <label class="attach-previous">${%Saving disk space: Remove videos of successful builds }</label>
+      <label class="attach-previous">${%Save disk space: Remove videos of successful builds }</label>
   </f:entry>    
  
  <f:entry field="setDisplay">
       <f:checkbox default="true"/>
       <label class="attach-previous">${%Set DISPLAY for this build on value of 'VNC server'}</label>
     </f:entry>
-    
 
 </j:jelly>
 

--
You received this message because you are subscribed to the Google Groups "Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to