forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit7533d5d
committed
Fix translation domain in pg_basebackup
For some reason, we've been overlooking the fact that pg_receivexlogand pg_recvlogical are using wrong translation domains all along,so their output hasn't ever been translated. The right domain ispg_basebackup, not their own executable names.Noticed by Ioseph Kim, who's been working on the Korean translation.Backpatch pg_receivexlog to 9.2 and pg_recvlogical to 9.4.1 parent0244677 commit7533d5d
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
377 | 377 |
| |
378 | 378 |
| |
379 | 379 |
| |
380 |
| - | |
| 380 | + | |
381 | 381 |
| |
382 | 382 |
| |
383 | 383 |
| |
|
0 commit comments
Comments
(0)