diff options
author | arjen@mysql.com/albus.bitbike.com <> | 2006-09-07 13:52:30 +1000 |
---|---|---|
committer | arjen@mysql.com/albus.bitbike.com <> | 2006-09-07 13:52:30 +1000 |
commit | f5cebbdfba9f0288be06002cf61e8799f51ed676 (patch) | |
tree | c101fbd8fb57a647dd766115455054d2bc3dfeca /include/errmsg.h | |
parent | 1ac47c95135dfc7a733d5a6f11c08cbc341da33f (diff) | |
download | mariadb-git-f5cebbdfba9f0288be06002cf61e8799f51ed676.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.
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" { |