diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2014-07-20 21:39:37 -0400 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2014-07-20 21:39:37 -0400 |
commit | 2ee4efc4081e0487d70607ca0d0d4abdbb85106f (patch) | |
tree | b872e8730d40d86904fd7050a159016845f6f6a0 /doc/src | |
parent | ddc41fd2f4756b529814ad03fa32e8ba10253996 (diff) | |
download | postgresql-2ee4efc4081e0487d70607ca0d0d4abdbb85106f.tar.gz postgresql-2ee4efc4081e0487d70607ca0d0d4abdbb85106f.zip |
Replace "internationalize" with "localize" where appropriate
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/libpq.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index 1961ce58753..7887a5ad7e8 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -6878,7 +6878,7 @@ myEventProc(PGEventId evtId, void *evtInfo, void *passThrough) <primary><envar>PGLOCALEDIR</envar></primary> </indexterm> <envar>PGLOCALEDIR</envar> sets the directory containing the - <literal>locale</> files for message internationalization. + <literal>locale</> files for message localization. </para> </listitem> </itemizedlist> |