Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ep_stamp_svg.py
diff options
context:
space:
mode:
Diffstat (limited to 'ep_stamp_svg.py')
-rw-r--r--ep_stamp_svg.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ep_stamp_svg.py b/ep_stamp_svg.py
index 34503e8..dc37ed4 100644
--- a/ep_stamp_svg.py
+++ b/ep_stamp_svg.py
@@ -1,5 +1,5 @@
# coding: UTF-8
-# Copyright 2009 Thomas Jourdan
+# Copyright 2009, 2010 Thomas Jourdan
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -177,7 +177,7 @@ class SvgStamp(model_allele.Allele):
"""
post: len(__return__) == 3
"""
- return u'Theme is %s. Patterns are in SVG format: ' % self.theme, \
+ return _('Theme is %s. Patterns are in SVG format: ') % self.theme, \
None, \
None