From 1f5fb7ba3c58987ba19141edb1b99e0bc37c1ff2 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 10 Mar 2005 16:20:08 +0000 Subject: (upload) remove uneeded string --- perl-install/standalone/harddrake2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone/harddrake2') diff --git a/perl-install/standalone/harddrake2 b/perl-install/standalone/harddrake2 index 9d9db96ea..4512f42ea 100755 --- a/perl-install/standalone/harddrake2 +++ b/perl-install/standalone/harddrake2 @@ -525,7 +525,7 @@ sub upload { my $dialog = _create_dialog(N("Upload the hardware list"), { if_(!$::isEmbedded, transient => $w->{real_window}) }); #, height => 400 gtkpack($dialog->vbox, - gtkset_markup(Gtk2::Label->new, qq() . N("Upload the system configuration") . "\n"), + gtkset_markup(Gtk2::Label->new, qq() . N("Upload the hardware list") . "\n"), create_packtable({ col_spacings => 10, row_spacings => 5, mcc => 1 }, [ N("Account:"), my $account_w = Gtk2::Entry->new ], [ N("Password:"), my $password_w = Gtk2::Entry->new ], -- cgit v1.2.1