summaryrefslogtreecommitdiffstats
path: root/perl-install/any.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r--perl-install/any.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm
index b664fb871..ac583bf54 100644
--- a/perl-install/any.pm
+++ b/perl-install/any.pm
@@ -919,7 +919,7 @@ sub display_release_notes {
1, create_scrolled_window(ugtk2::gtkset_border_width($view, 5),
[ 'never', 'automatic' ],
),
- 0, gtkpack(create_hbox('edge'),
+ 0, gtkpack(create_hbox('end'),
gtknew('Button', text => N("Close"),
clicked => sub { Gtk2->main_quit })
),