[Commits] progressdialog.c 1.1.4.29 1.1.4.30

wwp at claws-mail.org wwp at claws-mail.org
Fri Feb 3 14:05:48 CET 2012


Update of /home/claws-mail/claws/src/gtk
In directory srv:/tmp/cvs-serv9549/src/gtk

Modified Files:
      Tag: gtk2
	progressdialog.c 
Log Message:
2012-02-03 [wwp]	3.8.0cvs24

	* src/gtk/progressdialog.c
	Make translators life easier: use View log instead of Show log
	(thanks, gusnan!).

Index: progressdialog.c
===================================================================
RCS file: /home/claws-mail/claws/src/gtk/progressdialog.c,v
retrieving revision 1.1.4.29
retrieving revision 1.1.4.30
diff -u -d -r1.1.4.29 -r1.1.4.30
--- progressdialog.c	31 Jan 2012 08:43:20 -0000	1.1.4.29
+++ progressdialog.c	3 Feb 2012 13:05:45 -0000	1.1.4.30
@@ -83,7 +83,7 @@
 	gtk_widget_show(label);
 
 	showlog_btn = gtk_dialog_add_button(GTK_DIALOG(dialog),
-					   _("_Show log"),
+					   _("_View log"),
 					   GTK_RESPONSE_NONE);
 	cancel_btn = gtk_dialog_add_button(GTK_DIALOG(dialog),
 					   GTK_STOCK_CANCEL,



More information about the Commits mailing list