Author: mdz
Date: 2004-02-27 00:46:44 GMT
* Print a slightly clearer error message if no packaging systems are
available (Closes: #233681)
// -*- mode: cpp; mode: fold -*-
// Description /*{{{*/
// -*- mode: cpp; mode: fold -*-
// Description /*{{{*/
-// $Id: init.cc,v 1.20 2003/02/09 20:31:05 doogie Exp $
+// $Id: init.cc,v 1.21 2004/02/27 00:46:44 mdz Exp $
/* ######################################################################
Init - Initialize the package library
/* ######################################################################
Init - Initialize the package library
- return _error->Error(_("Unable to determine a suitable system type"));
+ return _error->Error(_("Unable to determine a suitable packaging system type"));
}
return Sys->Initialize(Cnf);
}
return Sys->Initialize(Cnf);
* Fix whitespace in French translation of "Yes, do as I say!", which
made it tricky to type, again. Thanks to Sylvain Pasche
<sylvain.pasche@switzerland.org> (Closes: #234494)
* Fix whitespace in French translation of "Yes, do as I say!", which
made it tricky to type, again. Thanks to Sylvain Pasche
<sylvain.pasche@switzerland.org> (Closes: #234494)
+ * Print a slightly clearer error message if no packaging systems are
+ available (Closes: #233681)