2012-02-03 [wwp] 3.8.0cvs24

* src/gtk/progressdialog.c
	Make translators life easier: use View log instead of Show log
	(thanks, gusnan!).
This commit is contained in:
Tristan Chabredier 2012-02-03 13:05:47 +00:00
parent 3845fa6f41
commit 818f67aaeb
4 changed files with 9 additions and 2 deletions

View file

@ -1,3 +1,9 @@
2012-02-03 [wwp] 3.8.0cvs24
* src/gtk/progressdialog.c
Make translators life easier: use View log instead of Show log
(thanks, gusnan!).
2012-02-02 [pawel] 3.8.0cvs23
* src/folderview.c

View file

@ -4340,3 +4340,4 @@
( cvs diff -u -r 1.213.2.204 -r 1.213.2.205 src/folder.c; cvs diff -u -r 1.94.2.225 -r 1.94.2.226 src/messageview.c; cvs diff -u -r 1.19.2.26 -r 1.19.2.27 src/messageview.h; cvs diff -u -r 1.60.2.57 -r 1.60.2.58 src/procmsg.h; ) > 3.8.0cvs21.patchset
( cvs diff -u -r 1.274.2.341 -r 1.274.2.342 src/mainwindow.c; ) > 3.8.0cvs22.patchset
( cvs diff -u -r 1.207.2.226 -r 1.207.2.227 src/folderview.c; ) > 3.8.0cvs23.patchset
( cvs diff -u -r 1.1.4.29 -r 1.1.4.30 src/gtk/progressdialog.c; ) > 3.8.0cvs24.patchset

View file

@ -12,7 +12,7 @@ MINOR_VERSION=8
MICRO_VERSION=0
INTERFACE_AGE=0
BINARY_AGE=0
EXTRA_VERSION=23
EXTRA_VERSION=24
EXTRA_RELEASE=
EXTRA_GTK2_VERSION=

View file

@ -83,7 +83,7 @@ ProgressDialog *progress_dialog_create(void)
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,