File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3
3
*
4
4
* Copyright (c) 2000-2005, PostgreSQL Global Development Group
5
5
*
6
- * $PostgreSQL: pgsql/src/bin/psql/startup.c,v 1.110 2005/01/14 00:25:17 momjian Exp $
6
+ * $PostgreSQL: pgsql/src/bin/psql/startup.c,v 1.111 2005/01/15 05:43:06 tgl Exp $
7
7
*/
8
8
#include "postgres_fe.h"
9
9
@@ -670,9 +670,9 @@ checkWin32Codepage(void)
670
670
concp = GetConsoleCP ();
671
671
if (wincp != concp )
672
672
{
673
- printf ("Warning: Console codepage (%u) differs from windows codepage (%u)\n"
674
- " 8-bit characters will not work correctly. See PostgreSQL \n"
675
- " documentation \"Installation on Windows\" for details.\n\n" ,
673
+ printf (gettext ( "Warning: Console code page (%u) differs from Windows code page (%u)\n"
674
+ " 8-bit characters may not work correctly. See psql reference \n"
675
+ " page \"Notes for Windows users \" for details.\n\n" ) ,
676
676
concp , wincp );
677
677
}
678
678
}
You can’t perform that action at this time.
0 commit comments