Commit 96bb29dc authored by Michael Meskes's avatar Michael Meskes

Made ecpglib use translated messages.

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