From 66f6614d0ec872d1fed273f1b7dce2efabb3ffa8 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Sun, 27 Oct 2002 15:15:31 +0000 Subject: small fix --- edit-urpm-sources.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'edit-urpm-sources.pl') diff --git a/edit-urpm-sources.pl b/edit-urpm-sources.pl index 4e42b1b9..71cd0e08 100755 --- a/edit-urpm-sources.pl +++ b/edit-urpm-sources.pl @@ -50,7 +50,7 @@ my ($remove, $edit, $clist); sub add_callback { my ($mode, $rebuild_ui, $name_entry, $url_entry, $hdlist_entry, $count_nbs); - my $w = my_gtk->new(_("Edit a source")); + my $w = my_gtk->new(_("Add a source")); my %radios_infos = (local => { name => _("Local files"), url => _("Path:"), dirsel => 1 }, ftp => { name => _("FTP server"), url => _("URL:"), loginpass => 1 }, http => { name => _("HTTP server"), url => _("URL:") }, -- cgit v1.2.1