changeset 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 172b11ecf245
children 6178a0e7cbaf
files docs/changelog.rst rhodecode/templates/admin/repos/repo_edit.html rhodecode/templates/settings/repo_settings.html
diffstat 3 files changed, 3 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/docs/changelog.rst	Fri Dec 14 03:40:35 2012 +0100
+++ b/docs/changelog.rst	Fri Dec 14 04:01:33 2012 +0100
@@ -31,7 +31,7 @@
 
 - default permissions can get duplicated after migration
 - fixed changeset status labels, they now select radio buttons
-
+- #682 translation difficult for multi-line text
 
 1.5.0 (**2012-12-12**)
 ----------------------
--- a/rhodecode/templates/admin/repos/repo_edit.html	Fri Dec 14 03:40:35 2012 +0100
+++ b/rhodecode/templates/admin/repos/repo_edit.html	Fri Dec 14 04:01:33 2012 +0100
@@ -279,9 +279,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>
--- 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>