Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Makefile.webui: fix typo grey/gray
  • Loading branch information
perexg committed Mar 26, 2016
1 parent a85ea3e commit 9329b58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.webui
Expand Up @@ -50,7 +50,7 @@ JAVASCRIPT_TV =
CSS_INIT =
CSS_DONE =
CSS_BLUE =
CSS_GREY =
CSS_GRAY =
CSS_ACCESS =
CSS_TV =

Expand All @@ -73,7 +73,7 @@ CSS_DONE += static/xcheckbox/xcheckbox.css
CSS_DONE += static/app/ext.css

CSS_BLUE += $(EXTJSPATH)/resources/css/xtheme-blue.css
CSS_GREY += $(EXTJSPATH)/resources/css/xtheme-grey.css
CSS_GRAY += $(EXTJSPATH)/resources/css/xtheme-gray.css
CSS_ACCESS += $(EXTJSPATH)/resources/css/xtheme-access.css

#
Expand Down

1 comment on commit 9329b58

@CvH
Copy link
Contributor

@CvH CvH commented on 9329b58 Mar 26, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@perexg fyi grey = British English, gray = American English

Please sign in to comment.