##// END OF EJS Templates
spelling: clarify what "Destroy old data" means
Søren Løvborg -
r5410:97a20b80 default
parent child Browse files
Show More
@@ -8,9 +8,9 b''
8 8 <div class="checkboxes">
9 9 <div class="checkbox">
10 10 ${h.checkbox('destroy',True)}
11 <label for="destroy">${_('Destroy old data')}</label>
11 <label for="destroy">${_('Delete records of missing repositories')}</label>
12 12 </div>
13 <span class="help-block">${_('Check this option to remove references to repositories that no longer exist in on the filesystem.')}</span>
13 <span class="help-block">${_('Check this option to remove all comments, pull requests and other records related to repositories that no longer exist in the filesystem.')}</span>
14 14
15 15 <div class="checkbox">
16 16 ${h.checkbox('invalidate',True)}
General Comments 0
You need to be logged in to leave comments. Login now