summaryrefslogtreecommitdiff
path: root/vi
diff options
context:
space:
mode:
authorPeter Eisentraut2019-02-05 11:03:16 +0000
committerPeter Eisentraut2019-02-05 11:15:59 +0000
commit01341c215ce39df3626d02d9a836172cb75b5cec (patch)
tree283f702cf823d5c06093d153cc9d573f765f09f2 /vi
parent9a7a4801cdf6c52a74974271e9aff8f1687d2dfe (diff)
Fix format string typos
Some format strings contained a space "flag", which is legal per POSIX but not accepted by snprintf.c in PostgreSQL. These were all typos, so fix them. Discussion: https://postgr.es/m/15511-1d8b6a0bc874112f@postgresql.org
Diffstat (limited to 'vi')
-rw-r--r--vi/plpython.po2
-rw-r--r--vi/psql.po4
2 files changed, 3 insertions, 3 deletions
diff --git a/vi/plpython.po b/vi/plpython.po
index f0404ad8..58e05056 100644
--- a/vi/plpython.po
+++ b/vi/plpython.po
@@ -463,7 +463,7 @@ msgstr "độ dài của chuỗi được trả về không khớp với số c
#: plpy_typeio.c:1541
#, c-format
msgid "attribute \"%s\" does not exist in Python object"
-msgstr "thuộc tính \"% s\" không tồn tại trong đối tượng Python"
+msgstr "thuộc tính \"%s\" không tồn tại trong đối tượng Python"
#: plpy_typeio.c:1544
#, c-format
diff --git a/vi/psql.po b/vi/psql.po
index aa85e770..1b330ffa 100644
--- a/vi/psql.po
+++ b/vi/psql.po
@@ -128,12 +128,12 @@ msgstr "Bị gián đoạn\n"
#: ../../fe_utils/print.c:2979
#, c-format
msgid "Cannot add header to table content: column count of %d exceeded.\n"
-msgstr "Không thể thêm tiêu đề vào nội dung bảng: số cột % d bị vượt quá.\n"
+msgstr "Không thể thêm tiêu đề vào nội dung bảng: số cột %d bị vượt quá.\n"
#: ../../fe_utils/print.c:3019
#, c-format
msgid "Cannot add cell to table content: total cell count of %d exceeded.\n"
-msgstr "Không thể thêm ô vào nội dung bảng: số ô % d bị vượt quá.\n"
+msgstr "Không thể thêm ô vào nội dung bảng: số ô %d bị vượt quá.\n"
#: ../../fe_utils/print.c:3268
#, c-format