[GRASS-dev] Re: [GRASS-SVN] r48376 - in grass/trunk: lib/python lib/temporal temporal temporal/t.create temporal/t.time.abs temporal/t.time.rel

Martin Landa landa.martin at gmail.com
Tue Sep 20 10:39:02 EDT 2011


Hi,

2011/9/20  <svn_grass at osgeo.org>:
> Author: huhabla
> Date: 2011-09-19 15:45:22 -0700 (Mon, 19 Sep 2011)
> New Revision: 48376

...

> +                    core.error("Unable to remove space time dataset register table " + self.get_stds_register())

...

btw, the messages should be marked for translation. Also string
substitutions is preferable, it's better for translators. In this case

core.error(_("Unable to remove space time dataset register table ") +
self.get_stds_register())

Martin

-- 
Martin Landa <landa.martin gmail.com> * http://geo.fsv.cvut.cz/~landa


More information about the grass-dev mailing list