Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 96bb29d

Browse files
author
Michael Meskes
committed
Made ecpglib use translated messages.
Bug reported and fixed by Chen Huajun <chenhj@cn.fujitsu.com>.
1 parent 2378d79 commit 96bb29d

File tree

1 file changed

+1
-1
lines changed
  • src/interfaces/ecpg/ecpglib

1 file changed

+1
-1
lines changed

src/interfaces/ecpg/ecpglib/misc.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ ecpg_gettext(const char *msgid)
497497
#endif
498498
}
499499

500-
return dgettext(PG_TEXTDOMAIN("ecpg"), msgid);
500+
return dgettext(PG_TEXTDOMAIN("ecpglib"), msgid);
501501
}
502502
#endif /* ENABLE_NLS */
503503

0 commit comments

Comments
 (0)