diff options
author | Bill Nottingham <notting@redhat.com> | 2002-03-15 05:04:12 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2002-03-15 05:04:12 +0000 |
commit | a00b13b4fdd8b74d8b7ce465f1e996fe69818d70 (patch) | |
tree | 75a4ff99ce9b892b37ec8a3335ccd0e75b492452 /po/xgettext_sh.py | |
parent | fd8a0c066e300f06c5278fe5780c75e53577ab01 (diff) | |
download | initscripts-a00b13b4fdd8b74d8b7ce465f1e996fe69818d70.tar initscripts-a00b13b4fdd8b74d8b7ce465f1e996fe69818d70.tar.gz initscripts-a00b13b4fdd8b74d8b7ce465f1e996fe69818d70.tar.bz2 initscripts-a00b13b4fdd8b74d8b7ce465f1e996fe69818d70.tar.xz initscripts-a00b13b4fdd8b74d8b7ce465f1e996fe69818d70.zip |
update translations
Diffstat (limited to 'po/xgettext_sh.py')
-rw-r--r-- | po/xgettext_sh.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/po/xgettext_sh.py b/po/xgettext_sh.py index 921cac4c..7278b6ae 100644 --- a/po/xgettext_sh.py +++ b/po/xgettext_sh.py @@ -85,6 +85,7 @@ def main(): i18n_tokens.append('passed') i18n_tokens.append('runcmd') i18n_tokens.append('success') + i18n_tokens.append('/sbin/getkey -c $AUTOFSCK_TIMEOUT -m') for a in argv: xgettext(a, i18n_tokens) |