[libgda/LIBGDA_5.0] Fixed typo in string



commit 5427774217954cb1e2d9a9f45cb061da77ba312d
Author: Daniel Mustieles <daniel mustieles gmail com>
Date:   Fri Mar 2 14:16:57 2012 +0100

    Fixed typo in string

 tools/gda-sql.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tools/gda-sql.c b/tools/gda-sql.c
index 01f3173..c3b6269 100644
--- a/tools/gda-sql.c
+++ b/tools/gda-sql.c
@@ -2870,7 +2870,7 @@ build_internal_commands_list (void)
 	c->group = _("Datasets' manipulations");
 	c->group_id = "DATA";
 	c->name = g_strdup_printf (_("%s <DATASET NAME> <DATASET NAME>"), "ds_mv");
-	c->description = _("Rename a dataset, usefull to rename the '_' dataset to keep it");
+	c->description = _("Rename a dataset, useful to rename the '_' dataset to keep it");
 	c->args = NULL;
 	c->command_func = (GdaInternalCommandFunc) extra_command_data_set_move;
 	c->user_data = NULL;



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