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.32.1~50 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=21f77bb943d349d85f616d4753fc03f3a925a0ab;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"