diff options
author | bar@bar.mysql.r18.ru <> | 2003-09-23 10:06:27 +0500 |
---|---|---|
committer | bar@bar.mysql.r18.ru <> | 2003-09-23 10:06:27 +0500 |
commit | 88a3651d7604a05a50c02843a51bf38cc361f5ee (patch) | |
tree | 021c196e952f205fb5b3c430d735fc95d725ebf4 /sql/derror.cc | |
parent | f9dd5ad0e9db3ca79ad73ae65a1d7d4a95b2b968 (diff) | |
download | mariadb-git-88a3651d7604a05a50c02843a51bf38cc361f5ee.tar.gz |
derror.cc:
Better English message
Diffstat (limited to 'sql/derror.cc')
-rw-r--r-- | sql/derror.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/derror.cc b/sql/derror.cc index a35893be4fc..3eaa578d601 100644 --- a/sql/derror.cc +++ b/sql/derror.cc @@ -69,8 +69,8 @@ static void read_texts(const char *file_name,const char ***point, if (!head[30]) { - sql_print_error("No character set information in '%s'. \ -You probably haven't reinstalled the latest file version.",name); + sql_print_error("Character set information in not found in '%s'. \ +Please install the latest version of this file.",name); goto err1; } |