Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ep_sampler_rectilineargrid.py
diff options
context:
space:
mode:
Diffstat (limited to 'ep_sampler_rectilineargrid.py')
-rw-r--r--ep_sampler_rectilineargrid.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ep_sampler_rectilineargrid.py b/ep_sampler_rectilineargrid.py
index f4cc0a0..46182b1 100644
--- a/ep_sampler_rectilineargrid.py
+++ b/ep_sampler_rectilineargrid.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
@@ -113,7 +113,7 @@ class RectilinearGridSampler(model_allele.Allele):
"""
post: len(__return__) == 3
"""
- return u'Rectilinear grid sampler: %d*x, %d*y' \
+ return _('Rectilinear grid sampler: %d*x, %d*y') \
% (self.x_tiles, self.y_tiles), \
None, \
None