[libgda] Fix spelling
- From: Rafael Fontenelle <rafaelff src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgda] Fix spelling
- Date: Sun, 25 Jun 2017 22:27:08 +0000 (UTC)
commit 3d3ef638249934d468d659e3fa3decb6cf57890d
Author: Rafael Fontenelle <rafaelff gnome org>
Date: Sun Jun 25 19:27:19 2017 -0300
Fix spelling
.../gda-control-center-6.0.appdata.xml.in | 4 ++--
control-center/gdaui-dsn-editor.c | 2 +-
libgda-ui/demos/main.c | 2 +-
tools/common/t-connection.c | 2 +-
4 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/control-center/gda-control-center-6.0.appdata.xml.in
b/control-center/gda-control-center-6.0.appdata.xml.in
index 9ad1824..ab22a32 100644
--- a/control-center/gda-control-center-6.0.appdata.xml.in
+++ b/control-center/gda-control-center-6.0.appdata.xml.in
@@ -7,8 +7,8 @@
<summary></summary>
<description>
<_p>
- From the database control center, you can manage the defined named data sources (database
connections), and
- check which database providers are installed (and useable to connect to different databases).
+ From the database control center, you can manage the defined data sources (database connections), and
+ check which database providers are installed (and usable to connect to different databases).
</_p>
</description>
<url type="homepage">http://www.gnome-db.org/</url>
diff --git a/control-center/gdaui-dsn-editor.c b/control-center/gdaui-dsn-editor.c
index db538df..7c4be88 100644
--- a/control-center/gdaui-dsn-editor.c
+++ b/control-center/gdaui-dsn-editor.c
@@ -412,7 +412,7 @@ dsn_copy_cb (G_GNUC_UNUSED GSimpleAction *action, GVariant *state, gpointer data
gtk_grid_set_column_spacing (GTK_GRID (grid), 5);
gchar *str;
- str = g_strdup_printf (_("Define the named of the new data source which will be created as a copy "
+ str = g_strdup_printf (_("Define the name of the new data source which will be created as a copy "
"of '%s':"), editor->priv->name);
label = gtk_label_new (str);
g_free (str);
diff --git a/libgda-ui/demos/main.c b/libgda-ui/demos/main.c
index dd26b93..a62472c 100644
--- a/libgda-ui/demos/main.c
+++ b/libgda-ui/demos/main.c
@@ -868,7 +868,7 @@ main (int argc, char **argv)
GTK_MESSAGE_INFO, GTK_BUTTONS_CLOSE,
_("<b><big>Note:\n</big></b>Many of the
demonstrated items use an opened connection to the SQLite using the '%s' file.\n\n"
"In the source code shown here, the
<i>demo_cnc</i> and <i>demo_parser</i> objects are created by the framework and made available to all the
demonstrated items.\n\n"
- "To illustrate that calls are non blocking, there
is a spinner at the top (which must never stop spinning), and a 1 second delay has been added whenever the
connection is used."), full_filename);
+ "To illustrate that calls are non blocking, there
is a spinner at the top (which must never stop spinning), and a 1 second delay is added whenever the
connection is used."), full_filename);
g_free (full_filename);
g_signal_connect_swapped (msg, "response",
G_CALLBACK (gtk_widget_destroy), msg);
diff --git a/tools/common/t-connection.c b/tools/common/t-connection.c
index ac6ac24..538b101 100644
--- a/tools/common/t-connection.c
+++ b/tools/common/t-connection.c
@@ -938,7 +938,7 @@ t_connection_open (const gchar *cnc_name, const gchar *cnc_string, const gchar *
if (!h) {
h = gda_holder_new (G_TYPE_STRING);
g_object_set (h, "id", "date_format",
- "description", _("Format of the date used for by connection,
where "
+ "description", _("Format of the date used for the connection,
where "
"YYYY is the year, MM the month and DD the
day"), NULL);
gda_set_add_holder (tcnc->priv->infos, h);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]