summaryrefslogtreecommitdiff
path: root/apt-private/acqprogress.cc
diff options
context:
space:
mode:
authorLuca Bruno <lethalman88@gmail.com>2015-08-11 20:08:43 +0200
committerDavid Kalnischkies <david@kalnischkies.de>2015-08-12 11:55:47 +0200
commit94171725b18be91ddcc2530c5fe5f40e78d041c1 (patch)
tree908461d663a7e74c347d8fd55a203f6b8fbb5ef2 /apt-private/acqprogress.cc
parentad42ed4698c88e04bc242fb579f5b3e6fd9a0ee4 (diff)
Replace all "press enter" occurrences with "press [Enter]"
Thanks: Andre Felipe Machado for initial patch Closes: 414848
Diffstat (limited to 'apt-private/acqprogress.cc')
-rw-r--r--apt-private/acqprogress.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-private/acqprogress.cc b/apt-private/acqprogress.cc
index f6c3d1204..62b2c13d0 100644
--- a/apt-private/acqprogress.cc
+++ b/apt-private/acqprogress.cc
@@ -296,7 +296,7 @@ bool AcqTextStatus::MediaChange(std::string Media, std::string Drive)
clearLastLine();
ioprintf(out,_("Media change: please insert the disc labeled\n"
" '%s'\n"
- "in the drive '%s' and press enter\n"),
+ "in the drive '%s' and press [Enter]\n"),
Media.c_str(),Drive.c_str());
char C = 0;