summaryrefslogtreecommitdiff
path: root/cmdline/apt-cdrom.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 /cmdline/apt-cdrom.cc
parentad42ed4698c88e04bc242fb579f5b3e6fd9a0ee4 (diff)
Replace all "press enter" occurrences with "press [Enter]"
Thanks: Andre Felipe Machado for initial patch Closes: 414848
Diffstat (limited to 'cmdline/apt-cdrom.cc')
-rw-r--r--cmdline/apt-cdrom.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmdline/apt-cdrom.cc b/cmdline/apt-cdrom.cc
index c0541d196..dcc784746 100644
--- a/cmdline/apt-cdrom.cc
+++ b/cmdline/apt-cdrom.cc
@@ -89,7 +89,7 @@ void pkgCdromTextStatus::Update(string text, int /*current*/)
bool pkgCdromTextStatus::ChangeCdrom()
{
- Prompt(_("Please insert a Disc in the drive and press enter"));
+ Prompt(_("Please insert a Disc in the drive and press [Enter]"));
return true;
}