summaryrefslogtreecommitdiff
path: root/cmdline/apt-get.cc
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2012-11-01 10:30:49 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2012-11-01 10:30:49 +0100
commit446fb1002ad218929f3a6da911388b160b738f2a (patch)
tree5d05c479a88e0e22a9b5aa7f24f2f4be96836839 /cmdline/apt-get.cc
parent548112bff10b099957513870bee4f7bc3ae41320 (diff)
parent2b8b1e7a16fa122e2b0661a8c19863a7621576cb (diff)
merged frm donkult
Diffstat (limited to 'cmdline/apt-get.cc')
-rw-r--r--cmdline/apt-get.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/cmdline/apt-get.cc b/cmdline/apt-get.cc
index 4e307b657..6890b7120 100644
--- a/cmdline/apt-get.cc
+++ b/cmdline/apt-get.cc
@@ -1255,7 +1255,9 @@ bool InstallPackages(CacheFile &Cache,bool ShwKept,bool Ask = true,
{
if (_config->FindB("APT::Get::Trivial-Only",false) == true)
return _error->Error(_("Trivial Only specified but this is not a trivial operation."));
-
+
+ // TRANSLATOR: This string needs to be typed by the user as a confirmation, so be
+ // careful with hard to type or special characters (like non-breaking spaces)
const char *Prompt = _("Yes, do as I say!");
ioprintf(c2out,
_("You are about to do something potentially harmful.\n"