From 38ce8dd918523da8ca3c1acfef1421d86fbb9889 Mon Sep 17 00:00:00 2001 From: Alvaro Herrera Date: Thu, 19 Sep 2024 09:52:59 +0200 Subject: [PATCH] es: fix quoting typo --- es/postgres.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/es/postgres.po b/es/postgres.po index d65aba85..046abe3c 100644 --- a/es/postgres.po +++ b/es/postgres.po @@ -18400,7 +18400,7 @@ msgstr "«%s» no es una tabla particionada" #: parser/parse_utilcmd.c:3963 #, c-format msgid "table \"%s\" is not partitioned" -msgstr "«la tabla %s» no está particionada" +msgstr "la tabla «%s» no está particionada" #: parser/parse_utilcmd.c:3970 #, c-format -- 2.39.5