From 90e06162999c8ec7fa9bcfa391800f7907419d9b Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Fri, 24 Oct 2014 22:51:30 -0400 Subject: Rename Locales and Templates folders to be more consistent --- app/Core/Translator.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'app/Core/Translator.php') diff --git a/app/Core/Translator.php b/app/Core/Translator.php index 43e934a9..1954ee2f 100644 --- a/app/Core/Translator.php +++ b/app/Core/Translator.php @@ -11,14 +11,14 @@ namespace Core; class Translator { /** - * Locales path + * Locale path * * @var string */ - const PATH = 'app/Locales/'; + const PATH = 'app/Locale/'; /** - * Locales + * Locale * * @static * @access private -- cgit v1.2.3