diff rhodecode/templates/settings/repo_settings.html @ 3108:0c3fa09671cd beta

fixes #682 Translation difficult for multi-line text
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 14 Dec 2012 04:01:33 +0100
parents 4cc9bb83ecb4
children 68f9c216377d
line wrap: on
line diff
--- a/rhodecode/templates/settings/repo_settings.html	Fri Dec 14 03:40:35 2012 +0100
+++ b/rhodecode/templates/settings/repo_settings.html	Fri Dec 14 04:01:33 2012 +0100
@@ -116,9 +116,7 @@
                  </div>
                  <div class="field" style="border:none;color:#888">
                  <ul>
-                      <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>
+                    <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>
                  </ul>
                  </div>
               </div>