summaryrefslogtreecommitdiff
path: root/src/ui.cc
diff options
context:
space:
mode:
authorDaniel Hartwig <mandyke@gmail.com>2012-04-25 19:05:36 +0800
committerDaniel Hartwig <mandyke@gmail.com>2012-04-25 19:05:36 +0800
commitff61f025f1efa012a1aa8a844697366c31eaa4b0 (patch)
tree796078313ecc0d0693526f6498e9596a0ddef413 /src/ui.cc
parent8e201150ede627335a5587de6dfea897637c702c (diff)
downloadaptitude-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.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui.cc b/src/ui.cc
index 83dfd7b5..312cb8b4 100644
--- a/src/ui.cc
+++ b/src/ui.cc
@@ -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)),