diff options
Diffstat (limited to 'sql')
-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; } |