[damned-lies] String fixes in templates



commit 248276fc662ade48d95bc9f7650ead53350a37a5
Author: Claude Paroz <claude 2xlibre net>
Date:   Tue Oct 6 22:33:41 2009 +0200

    String fixes in templates

 templates/index.html         |    2 +-
 templates/module_detail.html |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/templates/index.html b/templates/index.html
index a39e861..61599db 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -37,7 +37,7 @@
 <p>{% trans "List of all modules with statistics in here." %}</p>
 
 <p>{% trans "Modules are separate libraries or applications, with one or more branches of development included." %}
-  {% trans "They are usually taken from CVS, and we keep all relevant information on them (Bugzilla details, web page, maintainer information,...)." %}</p>
+  {% trans "They are usually taken from the Git repository, and we keep all relevant information on them (Bugzilla details, web page, maintainer information,...)." %}</p>
 
 </td></tr></table>
 
diff --git a/templates/module_detail.html b/templates/module_detail.html
index 9cefe84..a68a1c6 100644
--- a/templates/module_detail.html
+++ b/templates/module_detail.html
@@ -65,7 +65,7 @@ $(document).ready(function() {
         {% if module.get_bugs_i18n_url %}
         <li><a href="{{ module.get_bugs_i18n_url }}">{% trans "Show existing i18n and l10n bugs" %}</a></li>
         {% endif %}
-        <li><a href="{{ module.get_bugs_enter_url }}">{% trans "Report bugs to Bugzilla" %}</a></li>
+        <li><a href="{{ module.get_bugs_enter_url }}">{% trans "Report a bug" %}</a></li>
       </ul>
       {% endif %}
     </td>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]