diff options
author | Daniel Hartwig <mandyke@gmail.com> | 2012-04-25 19:05:36 +0800 |
---|---|---|
committer | Daniel Hartwig <mandyke@gmail.com> | 2012-04-25 19:05:36 +0800 |
commit | ff61f025f1efa012a1aa8a844697366c31eaa4b0 (patch) | |
tree | 796078313ecc0d0693526f6498e9596a0ddef413 /src/ui.cc | |
parent | 8e201150ede627335a5587de6dfea897637c702c (diff) | |
download | aptitude-ff61f025f1efa012a1aa8a844697366c31eaa4b0.tar.gz |
Dont mention 'su' in 'Become root' (from Ubuntu: 11_ubuntu_uses_sudo)
Diffstat (limited to 'src/ui.cc')
-rw-r--r-- | src/ui.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2380,7 +2380,7 @@ cw::menu_info actions_menu[]={ cw::menu_info::MENU_SEPARATOR, cw::menu_info(cw::menu_info::MENU_ITEM, N_("^Become root"), NULL, - N_("Run 'su' to become root; this will restart the program, but your settings will be preserved"), sigc::bind(sigc::ptr_fun(do_su_to_root), ""), sigc::ptr_fun(su_to_root_enabled)), + N_("Restart the program as root; your settings will be preserved"), sigc::bind(sigc::ptr_fun(do_su_to_root), ""), sigc::ptr_fun(su_to_root_enabled)), cw::menu_info(cw::menu_info::MENU_ITEM, N_("^Quit"), "QuitProgram", N_("Exit the program"), sigc::ptr_fun(do_quit)), |