aboutsummaryrefslogtreecommitdiff
path: root/src/bin/scripts/createuser.c
diff options
context:
space:
mode:
authorPeter Eisentraut <peter@eisentraut.org>2022-04-08 15:07:35 +0200
committerPeter Eisentraut <peter@eisentraut.org>2022-04-08 15:16:33 +0200
commit891624f0ec3b3d353269b0bfc7bc545333d6b4d5 (patch)
tree2fd4d6617366b13e3628405a3d5feb81a6da3847 /src/bin/scripts/createuser.c
parent8ec569479fc28ddd634a13dc100b36352ec3a3c2 (diff)
downloadpostgresql-891624f0ec3b3d353269b0bfc7bc545333d6b4d5.tar.gz
postgresql-891624f0ec3b3d353269b0bfc7bc545333d6b4d5.zip
psql: Fix translation marking
Commit 5a2832465fd8984d089e8c44c094e6900d987fcd added addFooterToPublicationDesc() as a wrapper around printTableAddFooter(). The translation marker _() was moved to the body of addFooterToPublicationDesc(), but addFooterToPublicationDesc() was not added to GETTEXT_TRIGGERS, so those strings were lost for translation. To fix, add the translation markers to the call sites of addFooterToPublicationDesc() and remove the translation marker from the body of the function. This seems easiest since there were only two callers and it keeps the API consistent with printTableAddFooter(). While we're here, add some const decorations to the prototype of addFooterToPublicationDesc() for consistency with printTableAddFooter().
Diffstat (limited to 'src/bin/scripts/createuser.c')
0 files changed, 0 insertions, 0 deletions