diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-11-24 12:43:05 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-11-24 12:43:05 +0000 |
commit | e2de3b6875577a4078b1da142b48414d336bdfb3 (patch) | |
tree | ec71f05c533cfd9f437736fcc9547ee08ef4b48d | |
parent | 891bf95733dfdecb83ac4de52f7eec278419efd9 (diff) | |
download | rpmdrake-e2de3b6875577a4078b1da142b48414d336bdfb3.tar rpmdrake-e2de3b6875577a4078b1da142b48414d336bdfb3.tar.gz rpmdrake-e2de3b6875577a4078b1da142b48414d336bdfb3.tar.bz2 rpmdrake-e2de3b6875577a4078b1da142b48414d336bdfb3.tar.xz rpmdrake-e2de3b6875577a4078b1da142b48414d336bdfb3.zip |
(mainwindow) make 'add media' item in menu more meaningfull (fix ambiguity)
-rw-r--r-- | Rpmdrake/edit_urpm_sources.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Rpmdrake/edit_urpm_sources.pm b/Rpmdrake/edit_urpm_sources.pm index f6c245d2..14164f80 100644 --- a/Rpmdrake/edit_urpm_sources.pm +++ b/Rpmdrake/edit_urpm_sources.pm @@ -959,7 +959,7 @@ sub mainwindow() { $mainw->{real_window}, [ N("/_File"), undef, undef, undef, '<Branch>' ], [ N("/_File") . N("/_Update"), N("<control>U"), sub { update_callback() and $reread_media->() }, undef, '<Item>', ], - [ N("/_File") . N("/Add _media"), N("<control>A"), sub { easy_add_callback_with_mirror() and $reread_media->() }, undef, '<Item>' ], + [ N("/_File") . N("/Add a specific _media mirror"), N("<control>A"), sub { easy_add_callback_with_mirror() and $reread_media->() }, undef, '<Item>' ], [ N("/_File") . N("/_Add a custom medium"), N("<control>A"), sub { add_callback() and $reread_media->() }, undef, '<Item>' ], [ N("/_File") . N("/Close"), N("<control>W"), sub { Gtk2->main_quit }, undef, '<Item>', ], [ N("/_Options"), undef, undef, undef, '<Branch>' ], |