Mercurial > p > roundup > code
diff tools/pygettext.py @ 462:a787b2413997
Minor change
| author | Jürgen Hermann <jhermann@users.sourceforge.net> |
|---|---|
| date | Mon, 17 Dec 2001 19:36:56 +0000 |
| parents | 8babfb52ebbd |
| children | 70b0809cd15c |
line wrap: on
line diff
--- a/tools/pygettext.py Mon Dec 17 03:52:48 2001 +0000 +++ b/tools/pygettext.py Mon Dec 17 19:36:56 2001 +0000 @@ -568,6 +568,6 @@ main() # some more test strings _(u'a unicode string') - _('*** Seen unexpected token "%(token)s"' % {'token': 'test'}) + _('*** Seen unexpected token "%(token)s"' % {'token': 'test'}) # this one creates a warning _('more' 'than' 'one' 'string')
