changeset 5410:97a20b808e5b

spelling: clarify what "Destroy old data" means
author Søren Løvborg <sorenl@unity3d.com>
date Fri, 14 Aug 2015 17:07:49 +0200
parents 5bfeada59776
children 5cb3a07abbf4
files kallithea/templates/admin/settings/settings_mapping.html
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/templates/admin/settings/settings_mapping.html	Wed Aug 19 17:19:02 2015 +0200
+++ b/kallithea/templates/admin/settings/settings_mapping.html	Fri Aug 14 17:07:49 2015 +0200
@@ -8,9 +8,9 @@
                 <div class="checkboxes">
                     <div class="checkbox">
                         ${h.checkbox('destroy',True)}
-                        <label for="destroy">${_('Destroy old data')}</label>
+                        <label for="destroy">${_('Delete records of missing repositories')}</label>
                     </div>
-                    <span class="help-block">${_('Check this option to remove references to repositories that no longer exist in on the filesystem.')}</span>
+                    <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>
 
                     <div class="checkbox">
                         ${h.checkbox('invalidate',True)}