[libgda] Improved error message in GdaConnection



commit 40d487bac5ab09eaca3fa4970b5e3196558d70ab
Author: Vivien Malerba <malerba gnome-db org>
Date:   Sat Dec 8 16:05:01 2012 +0100

    Improved error message in GdaConnection

 libgda/gda-connection.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libgda/gda-connection.c b/libgda/gda-connection.c
index 1588e70..3b8904f 100644
--- a/libgda/gda-connection.c
+++ b/libgda/gda-connection.c
@@ -1356,7 +1356,7 @@ gda_connection_new_from_string (const gchar *provider_name, const gchar *cnc_str
 
 	if (!provider_name && !real_provider) {
 		g_set_error (error, GDA_CONNECTION_ERROR, GDA_CONNECTION_PROVIDER_NOT_FOUND_ERROR, 
-			      "%s", _("No provider specified"));
+			      "%s", _("No database driver specified"));
 		g_free (user);
 		g_free (pass);
 		g_free (real_cnc);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]