X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=functions%2Fabook_database.php;h=0377691ced45d37f33ccd742de398d2f7c4724c3;hb=e521a8333e57b3ecd04af17bb85eceb6945b0e8b;hp=82ddba9dcd5ba708b9a2f829748d54fc430c43f4;hpb=17fca61d112f76a3f9c69be39eb1e8c252c95965;p=squirrelmail.git diff --git a/functions/abook_database.php b/functions/abook_database.php index 82ddba9d..0377691c 100644 --- a/functions/abook_database.php +++ b/functions/abook_database.php @@ -37,7 +37,8 @@ if (!include_once('DB.php')) { // same error also in db_prefs.php require_once(SM_PATH . 'functions/display_messages.php'); $error = _("Could not include PEAR database functions required for the database backend.") . "
\n"; - $error .= _("Is PEAR installed, and is the include path set correctly to find DB.php?") . "
\n"; + $error .= sprintf(_("Is PEAR installed, and is the include path set correctly to find %s?"), + 'DB.php') . "
\n"; $error .= _("Please contact your system administrator and report this error."); error_box($error, $color); exit;