projects
/
apt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9708c07
)
adds a comment for Translators to the 'do as I say' prompt to
author
David Kalnischkies
<kalnischkies@gmail.com>
Sat, 20 Oct 2012 13:23:21 +0000
(15:23 +0200)
committer
David Kalnischkies
<kalnischkies@gmail.com>
Sat, 20 Oct 2012 13:23:21 +0000
(15:23 +0200)
prevent problems like #691024 in new translations
cmdline/apt-get.cc
patch
|
blob
|
blame
|
history
diff --git
a/cmdline/apt-get.cc
b/cmdline/apt-get.cc
index 4e307b65737ef54bfd58aeb253b1650ebbb07b79..6890b71209a4f55f0f413bbd7f986310cb09cb23 100644
(file)
--- 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"