diff options
author | unknown <arjen@mysql.com/albus.bitbike.com> | 2006-09-07 13:52:30 +1000 |
---|---|---|
committer | unknown <arjen@mysql.com/albus.bitbike.com> | 2006-09-07 13:52:30 +1000 |
commit | c85e25f2e1ff43ed748f1901a731758897152d20 (patch) | |
tree | c101fbd8fb57a647dd766115455054d2bc3dfeca /include/errmsg.h | |
parent | 0fbd21584ddece7e61c3124ffbaf8b474779062b (diff) | |
download | mariadb-git-c85e25f2e1ff43ed748f1901a731758897152d20.tar.gz |
errmsg.txt:
Update of Dutch errmsg translations (not complete yet)
errmsg.h:
Fixup of changed error message file path in comment
authors.h:
Ego add.
include/errmsg.h:
Fixup of changed error message file path in comment
sql/authors.h:
Ego add.
sql/share/errmsg.txt:
Update of Dutch errmsg translations (not complete yet)
Diffstat (limited to 'include/errmsg.h')
-rw-r--r-- | include/errmsg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/errmsg.h b/include/errmsg.h index 4018e3ee01d..dc7adb3b501 100644 --- a/include/errmsg.h +++ b/include/errmsg.h @@ -15,7 +15,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ /* Error messages for MySQL clients */ -/* (Error messages for the daemon are in share/language/errmsg.sys) */ +/* (Error messages for the daemon are in sql/share/errmsg.txt) */ #ifdef __cplusplus extern "C" { |