Fri Oct 13 05:22:43 2006 John Ellis <johne@verizon.net>
[geeqie.git] / src / preferences.c
index cd4a8aa..479703a 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * GQview
- * (C) 2004 John Ellis
+ * (C) 2006 John Ellis
  *
  * Author: John Ellis
  *
@@ -906,7 +906,7 @@ static void config_window_create(void)
        pref_checkbox_new_int(group, _("Two pass zooming"),
                              two_pass_zoom, &two_pass_zoom_c);
 
-       pref_checkbox_new_int(group, _("Allow enlargement of image for zoom to fit."),
+       pref_checkbox_new_int(group, _("Allow enlargement of image for zoom to fit"),
                              zoom_to_fit_expands, &zoom_to_fit_expands_c);
 
        zoom_increment_c = zoom_increment;
@@ -1089,7 +1089,7 @@ static void config_window_create(void)
        label = pref_table_label(table, 1, 0, _("Menu name"), 0.0);
        pref_label_bold(label, TRUE, FALSE);
 
-       label = pref_table_label(table, 2, 0, ("Command Line"), 0.0);
+       label = pref_table_label(table, 2, 0, _("Command Line"), 0.0);
        pref_label_bold(label, TRUE, FALSE);
 
        for (i = 0; i < GQVIEW_EDITOR_SLOTS; i++)
@@ -1317,7 +1317,7 @@ void show_about_window(void)
 
        buf = g_strdup_printf(_("GQview %s\n\nCopyright (c) %s John Ellis\nwebsite: %s\nemail: %s\n\nReleased under the GNU General Public License"),
                              VERSION,
-                             "2005",
+                             "2006",
                              "gqview.sourceforge.net",
                              "gqview@users.sourceforge.net");
        label = gtk_label_new(buf);