[libgda] Misc. strings corrections
- From: Vivien Malerba <vivien src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgda] Misc. strings corrections
- Date: Sat, 12 Feb 2011 10:48:28 +0000 (UTC)
commit b296eb641b1ddf67e2d40e36caa98ef1688a8bdb
Author: Vivien Malerba <malerba gnome-db org>
Date: Sat Feb 12 11:28:08 2011 +0100
Misc. strings corrections
libgda/gda-data-select.c | 2 +-
tools/browser/browser-window.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libgda/gda-data-select.c b/libgda/gda-data-select.c
index 1a38626..f14357d 100644
--- a/libgda/gda-data-select.c
+++ b/libgda/gda-data-select.c
@@ -279,7 +279,7 @@ gda_data_select_class_init (GdaDataSelectClass *klass)
g_object_class_install_property (object_class, PROP_RESET_WITH_EXT_PARAM,
g_param_spec_boolean ("auto-reset", "Automatically reset itself",
"Automatically re-run the SELECT statement if any parameter "
- "has chanegd since it was first executed", FALSE,
+ "has changed since it was first executed", FALSE,
G_PARAM_READABLE | G_PARAM_WRITABLE));
/* virtual functions */
diff --git a/tools/browser/browser-window.c b/tools/browser/browser-window.c
index d1c9ed1..346e6a7 100644
--- a/tools/browser/browser-window.c
+++ b/tools/browser/browser-window.c
@@ -1234,7 +1234,7 @@ about_cb (G_GNUC_UNUSED GtkAction *action, BrowserWindow *bwin)
dialog = gtk_about_dialog_new ();
gtk_about_dialog_set_program_name (GTK_ABOUT_DIALOG (dialog), _("Database browser"));
gtk_about_dialog_set_version (GTK_ABOUT_DIALOG (dialog), PACKAGE_VERSION);
- gtk_about_dialog_set_copyright (GTK_ABOUT_DIALOG (dialog), "(C) 2009 - 2010 GNOME Foundation");
+ gtk_about_dialog_set_copyright (GTK_ABOUT_DIALOG (dialog), "(C) 2009 - 2011 GNOME Foundation");
gtk_about_dialog_set_comments (GTK_ABOUT_DIALOG (dialog), _("Database access services for the GNOME Desktop"));
gtk_about_dialog_set_license (GTK_ABOUT_DIALOG (dialog), "GNU General Public License");
gtk_about_dialog_set_website (GTK_ABOUT_DIALOG (dialog), "http://www.gnome-db.org");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]