(MU_ERR_NO_QUERY): Fixed wording
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -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") | ... | ... |
-
Please register or sign in to post a comment