summaryrefslogtreecommitdiff
path: root/src/ui.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui.cc')
-rw-r--r--src/ui.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui.cc b/src/ui.cc
index a94ed97d..b70b8cf7 100644
--- a/src/ui.cc
+++ b/src/ui.cc
@@ -1214,7 +1214,7 @@ namespace
if(rval != pkgPackageManager::Incomplete)
{
- cerr << _("Press return to continue.\n");
+ cerr << _("Press Return to continue.") << endl;
int c = getchar();
while(c != '\n' && c != EOF)
@@ -2306,7 +2306,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 write resolver state to: "),
"",
cw::util::arg(sigc::ptr_fun(handle_dump_resolver_response)),
NULL,