From: Luiz Angelo Daros de Luca Date: Tue, 24 Apr 2018 17:40:02 +0000 (-0300) Subject: po: pt_BR: fix fallocate '-l' help msg X-Git-Tag: v2.33-rc1~288^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b917eb46c7d9f70a3acf2ce162f3d55fda71e97b;p=thirdparty%2Futil-linux.git po: pt_BR: fix fallocate '-l' help msg Translation was using '-n' instead of '-l' Signed-off-by: Luiz Angelo Daros de Luca --- diff --git a/po/pt_BR.po b/po/pt_BR.po index 4fc6866425..38d91d5604 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -12535,7 +12535,7 @@ msgstr " -i, --insert-range insere um buraco no intervalo, trocando dados exis #: sys-utils/fallocate.c:93 msgid " -l, --length length for range operations, in bytes\n" -msgstr " -n, --length comprimento para operações de intervalo em bytes\n" +msgstr " -l, --length comprimento para operações de intervalo em bytes\n" #: sys-utils/fallocate.c:94 msgid " -n, --keep-size maintain the apparent size of the file\n"