Skip to content

Commit 438e519

Browse files
committed
Add forgotten translatable string in pg_checksums.c
Oversight in commit 280e5f1. Author: Kyotaro Horiguchi Discussion: https://postgr.es/m/20190606.200612.110313249.horikyota.ntt@gmail.com
1 parent f65eced commit 438e519

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/pg_checksums/pg_checksums.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ progress_report(bool force)
146146
snprintf(current_size_str, sizeof(current_size_str), INT64_FORMAT,
147147
current_size / (1024 * 1024));
148148

149-
fprintf(stderr, "%*s/%s MB (%d%%) computed",
149+
fprintf(stderr, _("%*s/%s MB (%d%%) computed"),
150150
(int) strlen(current_size_str), current_size_str, total_size_str,
151151
percent);
152152

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy