From 2313f574d88c7c800f610ac186d097ba09692334 Mon Sep 17 00:00:00 2001 From: Dominique Fournier Date: Fri, 6 Jan 2017 19:27:12 +0000 Subject: [PATCH] color : update error message to display quotes arround the value provided git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3350 bf3deb0d-5f1a-0410-827f-c0cc1f45334c --- color.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/color.php b/color.php index 9777855..6692a91 100644 --- a/color.php +++ b/color.php @@ -254,7 +254,7 @@ class color $colorList = $color->colorList; if (! array_key_exists ($colorInText, $colorList)) throw new \Exception (sprintf (dgettext ("domframework", - "Unknown color provided to graphColor::textToRGB : %s"), + "Unknown color provided to graphColor::textToRGB: '%s'"), $colorInText), 500); return $colorList[$colorInText]; }