Skip to content
Snippets Groups Projects
Commit 96bb29dc authored by Michael Meskes's avatar Michael Meskes
Browse files

Made ecpglib use translated messages.

Bug reported and fixed by Chen Huajun <chenhj@cn.fujitsu.com>.
parent 2378d79a
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment