Bug 659804: wrong tooltips in the Align tool options

This commit is contained in:
Massimo Valentini 2011-09-22 13:42:13 +02:00
parent 91c25e1477
commit 281c4cebb2
1 changed files with 1 additions and 1 deletions

View File

@ -244,7 +244,7 @@ gimp_align_options_button_new (GimpAlignOptions *options,
gtk_box_pack_start (GTK_BOX (parent), button, FALSE, FALSE, 0);
gtk_widget_show (button);
gimp_help_set_help_data (button, _("Align left edge of target"), NULL);
gimp_help_set_help_data (button, tooltip, NULL);
g_object_set_data (G_OBJECT (button), "align-action",
GINT_TO_POINTER (action));