fixed tooltip.

2007-01-31  Sven Neumann  <sven@gimp.org>

	* plug-ins/common/screenshot.c (shoot_dialog): fixed tooltip.


svn path=/trunk/; revision=21820
This commit is contained in:
Sven Neumann
2007-01-31 09:08:46 +00:00
committed by Sven Neumann
parent 9020afcf22
commit 2c6668d30c
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2007-01-31 Sven Neumann <sven@gimp.org>
* plug-ins/common/screenshot.c (shoot_dialog): fixed tooltip.
2007-01-30 Michael Natterer <mitch@gimp.org>
* app/core/gimpchannelundo.[ch]: renamed these files...

View File

@ -925,7 +925,7 @@ shoot_dialog (GdkScreen **screen)
gtk_box_pack_start (GTK_BOX (hbox), label, FALSE, FALSE, 0);
gtk_widget_show (label);
gimp_help_set_help_data (spinner, _("The number of seconds to wait after "
gimp_help_set_help_data (spinner, _("The number of seconds to wait before "
"selecting the window or region and "
"actually taking the screenshot."), NULL);