From 1e52f9e8ff9b9b8595ba6bf0ece248df7e3c307a Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Mon, 18 Jul 2005 17:48:30 +0000 Subject: [PATCH] Fix bogus backslash sequences, per Kris Jurka. --- src/bin/pg_dump/po/pt_BR.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bin/pg_dump/po/pt_BR.po b/src/bin/pg_dump/po/pt_BR.po index 7ea0ddfe9c..f0dbd12abd 100644 --- a/src/bin/pg_dump/po/pt_BR.po +++ b/src/bin/pg_dump/po/pt_BR.po @@ -189,8 +189,8 @@ msgid " -Z 0-9 compression level for compressed formats\n" msgstr " -Z 0-9 nível de compressão para formatos comprimidos\n" #: pg_dump.c:675 pg_dumpall.c:238 pg_restore.c:396 -msgid " --help show this help, then exit\vn" -msgstr " --help mostra essa ajuda, e termina\vn" +msgid " --help show this help, then exit\n" +msgstr " --help mostra essa ajuda, e termina\n" #: pg_dump.c:676 pg_dumpall.c:239 pg_restore.c:397 msgid " --version output version information, then exit\n" -- 2.39.5