1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-09 22:41:56 +03:00

Made ecpglib use translated messages.

Bug reported and fixed by Chen Huajun <chenhj@cn.fujitsu.com>.
This commit is contained in:
Michael Meskes
2013-01-27 13:48:12 +01:00
parent 308711afc7
commit 5ca31a758a

View File

@ -497,7 +497,7 @@ ecpg_gettext(const char *msgid)
#endif #endif
} }
return dgettext(PG_TEXTDOMAIN("ecpg"), msgid); return dgettext(PG_TEXTDOMAIN("ecpglib"), msgid);
} }
#endif /* ENABLE_NLS */ #endif /* ENABLE_NLS */