diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2002-10-27 15:15:31 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2002-10-27 15:15:31 +0000 |
commit | 66f6614d0ec872d1fed273f1b7dce2efabb3ffa8 (patch) | |
tree | fd6d9c86ee5c2ff080dcea2e0c9bc4f9c1cee171 /edit-urpm-sources.pl | |
parent | fdf05f85aebb7e6538758b782a447e57476958b0 (diff) | |
download | rpmdrake-66f6614d0ec872d1fed273f1b7dce2efabb3ffa8.tar rpmdrake-66f6614d0ec872d1fed273f1b7dce2efabb3ffa8.tar.gz rpmdrake-66f6614d0ec872d1fed273f1b7dce2efabb3ffa8.tar.bz2 rpmdrake-66f6614d0ec872d1fed273f1b7dce2efabb3ffa8.tar.xz rpmdrake-66f6614d0ec872d1fed273f1b7dce2efabb3ffa8.zip |
small fix
Diffstat (limited to 'edit-urpm-sources.pl')
-rwxr-xr-x | edit-urpm-sources.pl | 2 |
1 files changed, 1 insertions, 1 deletions
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:") }, |