1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-07 00:36:50 +03:00

Replace "internationalize" with "localize" where appropriate

This commit is contained in:
Peter Eisentraut
2014-07-20 21:39:37 -04:00
parent ddc41fd2f4
commit 2ee4efc408
3 changed files with 3 additions and 3 deletions

View File

@ -260,7 +260,7 @@ ecpg_log(const char *format,...)
if (!simple_debug)
return;
/* internationalize the error message string */
/* localize the error message string */
intl_format = ecpg_gettext(format);
/*