From 4b948b18af779d30c76e77f5ff6c5af43ab0d1c7 Mon Sep 17 00:00:00 2001 From: JT Smith Date: Sun, 12 Mar 2006 01:25:48 +0000 Subject: [PATCH] much better toolbar icons --- lib/WebGUI/i18n/English.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/WebGUI/i18n/English.pm b/lib/WebGUI/i18n/English.pm index 48a72e6c1..905ef47e2 100644 --- a/lib/WebGUI/i18n/English.pm +++ b/lib/WebGUI/i18n/English.pm @@ -5,7 +5,7 @@ use strict; our $LANGUAGE = { label => 'English', - toolbar => 'shiny', + toolbar => 'bullet', languageAbbreviation => 'en', # used by plugins such as javascript helpers and third-party perl modules locale => 'US' # same as above };