Improved the help text wording.
This commit is contained in:
		@@ -28,7 +28,7 @@
 | 
				
			|||||||
<th><strong>{$form.f.commit.labelTag}:</strong></th>
 | 
					<th><strong>{$form.f.commit.labelTag}:</strong></th>
 | 
				
			||||||
<td>{if $form.f.commit.errors}{$form.f.commit.fieldErrors}{/if}
 | 
					<td>{if $form.f.commit.errors}{$form.f.commit.fieldErrors}{/if}
 | 
				
			||||||
{$form.f.commit|unsafe}<br />
 | 
					{$form.f.commit|unsafe}<br />
 | 
				
			||||||
<span class="helptext">{trans 'Be sure to provide the right commit/revision reference for your patch to correctly apply.'}</span>
 | 
					<span class="helptext">{trans 'Select the commit against which you created your patch to be sure it applies correctly.'}</span>
 | 
				
			||||||
</td>
 | 
					</td>
 | 
				
			||||||
</tr>
 | 
					</tr>
 | 
				
			||||||
<tr>
 | 
					<tr>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user