diff src/preferences.c @ 67:f63ecca6c087

Fri Oct 13 05:22:43 2006 John Ellis <johne@verizon.net> * bar_sort.c, pan-view.c, preferences.c: Mark strings for translation, plus punctuation fix. * utilops.c: Change auto rename start number to default to 1. * configure.in (ALL_LINGUAS): Add be, ca, ko translations. * gqview.spec.in: Add Italian translation to RPM spec file, submitted by HappyCactus <happycactus@people.it>. * be.po: Add Belarusion translation, submitted by Pavel Piatruk <berserker@neolocation.com>. * ca.po: Add Catalan translation [merge from 2.0.2], submitted by catux.org <mecatxis@ya.com>. * de.po: Update German translation [merge from 2.0.2], submitted by Ronny Steiner <Post@SIRSteiner.de>. * fr.po: Update French translation, submitted by ?ric Lassauge <lassauge@users.sourceforge.net>. * it.po: Update Italian translation, submitted by Kostantino <ciclope10ATalice.it>. * ko.po: Add Korean translation (mostly menus), submitted by Hyun-Jin Moon <moonhyunjin@gmail.com>. * pt_BR.po: Update Brazilian Portuguese translation, submitted by Herval Ribeiro de Azev??do <heraze@gmail.com>. * sk.po: Update Slovak translation, submitted by Mgr. Peter Tuharsky <tuharsky@misbb.sk>. * zh_TW.po: Update Traditional Chinese translation, submitted by S.J. Luo <crystal@mickey.ee.nctu.edu.tw>
author gqview
date Fri, 13 Oct 2006 10:14:59 +0000
parents acd9885ebd78
children d063f97503b7
line wrap: on
line diff
--- a/src/preferences.c	Fri Sep 01 06:39:36 2006 +0000
+++ b/src/preferences.c	Fri Oct 13 10:14:59 2006 +0000
@@ -1,6 +1,6 @@
 /*
  * GQview
- * (C) 2004 John Ellis
+ * (C) 2006 John Ellis
  *
  * Author: John Ellis
  *
@@ -906,7 +906,7 @@
 	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 @@
 	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 @@
 
 	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);