From 98a1227975318728c275e8cfb99ebb6e39d2627d Mon Sep 17 00:00:00 2001 From: jhermann Date: Mon, 17 Dec 2001 19:36:56 +0000 Subject: [PATCH] Minor change git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@474 57a73879-2fb5-44c3-a270-3262357dd7e2 --- tools/pygettext.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/pygettext.py b/tools/pygettext.py index b9f8419..4050967 100644 --- a/tools/pygettext.py +++ b/tools/pygettext.py @@ -568,6 +568,6 @@ if __name__ == '__main__': 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') -- 2.30.2