From 7a5c48e7f70b8bc938fcae3ffd2be0fdbeaab145 Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Wed, 13 Dec 2006 02:17:24 -0500 Subject: [PATCH] Changed 'junk' label in French localization --- program/steps/error.inc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/program/steps/error.inc b/program/steps/error.inc index f616ba1..8ba39d3 100644 --- a/program/steps/error.inc +++ b/program/steps/error.inc @@ -73,7 +73,7 @@ if (($CONFIG['debug_level'] & 4) && $ERROR_MESSAGE) $__error_text = $ERROR_MESSAGE; else - $__error_text = 'Error No. ['.dechex($ERROR_CODE).']'; + $__error_text = sprintf('Error No. [0x%04X]', $ERROR_CODE); } -- Gitblit v1.9.1