mirror of
https://github.com/postgres/postgres.git
synced 2026-06-03 14:00:01 -04:00
Made ecpglib use translated messages.
Bug reported and fixed by Chen Huajun <chenhj@cn.fujitsu.com>.
This commit is contained in:
parent
308711afc7
commit
5ca31a758a
1 changed files with 1 additions and 1 deletions
|
|
@ -497,7 +497,7 @@ ecpg_gettext(const char *msgid)
|
|||
#endif
|
||||
}
|
||||
|
||||
return dgettext(PG_TEXTDOMAIN("ecpg"), msgid);
|
||||
return dgettext(PG_TEXTDOMAIN("ecpglib"), msgid);
|
||||
}
|
||||
#endif /* ENABLE_NLS */
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue