diff options
author | Bill Nottingham <notting@redhat.com> | 2003-01-14 17:06:38 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2003-01-14 17:06:38 +0000 |
commit | 61c41937ddc47f2af390102abccd24a83eabda23 (patch) | |
tree | 5cc775be0d60986773a2ebbddedd05ecc3f7a2f5 /po/xgettext_sh.py | |
parent | d0e10c52fda28ed06b340e7f0915e1599c29903f (diff) | |
download | initscripts-61c41937ddc47f2af390102abccd24a83eabda23.tar initscripts-61c41937ddc47f2af390102abccd24a83eabda23.tar.gz initscripts-61c41937ddc47f2af390102abccd24a83eabda23.tar.bz2 initscripts-61c41937ddc47f2af390102abccd24a83eabda23.tar.xz initscripts-61c41937ddc47f2af390102abccd24a83eabda23.zip |
update-po
Diffstat (limited to 'po/xgettext_sh.py')
-rw-r--r-- | po/xgettext_sh.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/xgettext_sh.py b/po/xgettext_sh.py index 16fc4572..2abb5954 100644 --- a/po/xgettext_sh.py +++ b/po/xgettext_sh.py @@ -41,7 +41,7 @@ def xgettext(arq, tokens_i18n): for token in tokens_i18n: if token == '=': pos = find(l, token + '$"') - else + else: pos = find(l, token + ' $"') if pos != -1: text = split(l[pos:], '"')[1] |