From 323c1c2f145dc99cec4431f7cdfca5e025b63573 Mon Sep 17 00:00:00 2001 From: freesource Date: Sat, 25 Aug 2001 19:59:47 +0000 Subject: [PATCH] Improves the text for save_as dialog. --- BootRoot/YardBox.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BootRoot/YardBox.pm b/BootRoot/YardBox.pm index ece378e..ba37b5e 100644 --- a/BootRoot/YardBox.pm +++ b/BootRoot/YardBox.pm @@ -1210,8 +1210,8 @@ sub save_as { #save_as(); } - my $label = Gtk::Label->new("$new_template already exists, - do you want to write over it?"); + my $label = Gtk::Label->new("$new_template already exists, " . + "do\nyou want to write over it?"); $label->set_justify( 'left' ); $save_as->vbox->pack_start( $label, $false, $false, 2 ); $label->show();