diff options
author | Daniel Hartwig <mandyke@gmail.com> | 2012-01-18 16:56:39 +0800 |
---|---|---|
committer | Daniel Hartwig <mandyke@gmail.com> | 2012-01-18 16:56:39 +0800 |
commit | 54374fd2dd93f9344e732ac4718f30e2ffda05f0 (patch) | |
tree | b92acea304fced9845ba4906bf675699fc92181a /src/ui.cc | |
parent | 28ebd48c51a17760b16f82276c66a6e4938ea527 (diff) | |
download | aptitude-54374fd2dd93f9344e732ac4718f30e2ffda05f0.tar.gz |
Fix prompt strings.
Closes: #652419
Diffstat (limited to 'src/ui.cc')
-rw-r--r-- | src/ui.cc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -256,7 +256,7 @@ static cw::fragment *apt_error_fragment() // Handles "search" dialogs for pagers static void pager_search(cw::pager &p) { - prompt_string(W_("Search for:"), + prompt_string(W_("Search for: "), p.get_last_search(), cw::util::arg(sigc::mem_fun(p, &cw::pager::search_for)), NULL, @@ -2232,7 +2232,7 @@ static void do_dump_resolver() static cw::editline::history_list history; if(resman != NULL && resman->resolver_exists()) - prompt_string(_("File to which the resolver state should be dumped:"), + prompt_string(_("File to which the resolver state should be dumped: "), "", cw::util::arg(sigc::ptr_fun(handle_dump_resolver_response)), NULL, |