Commit 305a33ec 305a33ec240df1cb9e130e43f57f9cd3b6d4d4dd by Sergey Poznyakoff

(MU_ERR_NO_QUERY): Fixed wording

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