diff options
author | unknown <paul@teton.kitebird.com> | 2003-07-09 18:42:54 -0500 |
---|---|---|
committer | unknown <paul@teton.kitebird.com> | 2003-07-09 18:42:54 -0500 |
commit | 8ad047254bda310988a72d563254413b87d236b8 (patch) | |
tree | 3b11193de1994f6b4afff2935903f002fc9d747d /sql/share/slovak | |
parent | 531a5d76bf5c38589df89985fa43b6a0d215b28e (diff) | |
download | mariadb-git-8ad047254bda310988a72d563254413b87d236b8.tar.gz |
Error message style consistency edits.
Diffstat (limited to 'sql/share/slovak')
-rw-r--r-- | sql/share/slovak/errmsg.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/share/slovak/errmsg.txt b/sql/share/slovak/errmsg.txt index a3e34b8b41a..c6fad79e15a 100644 --- a/sql/share/slovak/errmsg.txt +++ b/sql/share/slovak/errmsg.txt @@ -15,7 +15,7 @@ "Áno", "Nemôžem vytvoriť súbor '%-.64s' (chybový kód: %d)", "Nemôžem vytvoriť tabuľku '%-.64s' (chybový kód: %d)", -"Nemôžem vytvoriť databázu '%-.64s'. (chybový kód: %d)", +"Nemôžem vytvoriť databázu '%-.64s' (chybový kód: %d)", "Nemôžem vytvoriť databázu '%-.64s'; databáza existuje", "Nemôžem zmazať databázu '%-.64s'; databáza neexistuje", "Chyba pri mazaní databázy (nemôžem zmazať '%-.64s', chybový kód: %d)", @@ -221,7 +221,7 @@ "CREATE DATABASE not allowed while thread is holding global read lock", "Wrong arguments to %s", "%-.32s@%-.64s is not allowed to create new users", -"Incorrect table definition; All MERGE tables must be in the same database", +"Incorrect table definition; all MERGE tables must be in the same database", "Deadlock found when trying to get lock; Try restarting transaction", "The used table type doesn't support FULLTEXT indexes", "Cannot add foreign key constraint", |