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 };