Commit 305a33ec 305a33ec240df1cb9e130e43f57f9cd3b6d4d4dd by Sergey Poznyakoff

(MU_ERR_NO_QUERY): Fixed wording

1 parent 9228442d
......@@ -71,7 +71,7 @@ MU_ERR_SQL _("SQL error")
MU_ERR_DB_ALREADY_CONNECTED _("Already connected to the database")
MU_ERR_DB_NOT_CONNECTED _("Not connected to the database")
MU_ERR_RESULT_NOT_RELEASED _("Result of the previous query is not released")
MU_ERR_NO_QUERY _("No query was executed")
MU_ERR_NO_QUERY _("No query was yet executed")
MU_ERR_BAD_COLUMN _("Bad column address")
MU_ERR_NO_RESULT _("No result from the previous query available")
MU_ERR_NO_INTERFACE _("No such interface")
......