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/cmdline/cmdline_prompt.cc | |
parent | 28ebd48c51a17760b16f82276c66a6e4938ea527 (diff) | |
download | aptitude-54374fd2dd93f9344e732ac4718f30e2ffda05f0.tar.gz |
Fix prompt strings.
Closes: #652419
Diffstat (limited to 'src/cmdline/cmdline_prompt.cc')
-rw-r--r-- | src/cmdline/cmdline_prompt.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmdline/cmdline_prompt.cc b/src/cmdline/cmdline_prompt.cc index eb94fac9..f650ba4e 100644 --- a/src/cmdline/cmdline_prompt.cc +++ b/src/cmdline/cmdline_prompt.cc @@ -792,7 +792,7 @@ static void cmdline_parse_changelog(string response, const shared_ptr<terminal_m else do_cmdline_changelog(packages, term_metrics); - prompt_string(_("Press Return to continue")); + prompt_string(_("Press Return to continue.")); } static void cmdline_parse_why(string response, |