Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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

+1-1
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)