diff options
author | Andras Timar <timar@fsf.hu> | 2011-03-25 13:08:34 +0100 |
---|---|---|
committer | Andras Timar <timar@fsf.hu> | 2011-03-25 13:19:18 +0100 |
commit | e5858fef1969a74f25435ea85cfb6f0fe7db4a1e (patch) | |
tree | fd2cc3231637f6426bd8ad9a12f5a513224d2515 /configure.in | |
parent | 692b87e5212d8ab037efcbe8afee70a080c3aff3 (diff) |
fix language codes: be-BY -> be, ns -> nso
Diffstat (limited to 'configure.in')
-rwxr-xr-x | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 791df2157fec..3644db9522ca 100755 --- a/configure.in +++ b/configure.in @@ -1168,7 +1168,7 @@ AC_ARG_WITH(poor-help-localizations, [Use this option to specify which languages have unusable help localizations. Separate multiple languages with space.]) [ - Usage: --with-poor-help-localizations="af be-BY" + Usage: --with-poor-help-localizations="af be" ], ,) |