From 76f39619d71b11795ef8145f9b80763c4d2bef1a 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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/bin/pg_dump/po/pt_BR.po b/src/bin/pg_dump/po/pt_BR.po index 1785bc70c3..7c82fdccab 100644 --- a/src/bin/pg_dump/po/pt_BR.po +++ b/src/bin/pg_dump/po/pt_BR.po @@ -1,7 +1,7 @@ # Translation to Portuguese (Brazilian) language # Roberto Mello , 2002 # -# $Header: /cvsroot/pgsql/src/bin/pg_dump/po/pt_BR.po,v 1.1.2.1 2002/12/10 20:00:27 petere Exp $ +# $Header: /cvsroot/pgsql/src/bin/pg_dump/po/pt_BR.po,v 1.1.2.2 2005/07/18 17:48:30 tgl Exp $ # msgid "" msgstr "" @@ -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.50.0