comparison rhodecode/templates/admin/repos/repo_edit.html @ 3270:81397bd3e77f beta

fix a couple of typos
author Mads Kiilerich <madski@unity3d.com>
date Wed, 30 Jan 2013 01:46:19 +0100
parents b4f401524060
children 6cdf2cd9d9d8
comparison
equal deleted inserted replaced
3269:7818c8c31c4c 3270:81397bd3e77f
277 <div class="fields"> 277 <div class="fields">
278 ${h.submit('remove_%s' % c.repo_info.repo_name,_('Remove this repository'),class_="ui-btn red",onclick="return confirm('"+_('Confirm to delete this repository')+"');")} 278 ${h.submit('remove_%s' % c.repo_info.repo_name,_('Remove this repository'),class_="ui-btn red",onclick="return confirm('"+_('Confirm to delete this repository')+"');")}
279 </div> 279 </div>
280 <div class="field" style="border:none;color:#888"> 280 <div class="field" style="border:none;color:#888">
281 <ul> 281 <ul>
282 <li>${_('This repository will be renamed in a special way in order to be unaccesible for RhodeCode and VCS systems. If you need fully delete it from file system please do it manually')}</li> 282 <li>${_('This repository will be renamed in a special way in order to be unaccesible for RhodeCode and VCS systems. If you need to fully delete it from file system please do it manually')}</li>
283 </ul> 283 </ul>
284 </div> 284 </div>
285 </div> 285 </div>
286 ${h.end_form()} 286 ${h.end_form()}
287 </div> 287 </div>