changeset 319:d485467eca92

small fixes
author cin
date Wed, 15 May 2013 02:00:42 +0400
parents 1838bdb4d238
children 28eba7e0c592
files Lib/IMPL/Resources.pm
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Lib/IMPL/Resources.pm	Tue May 14 03:38:47 2013 +0400
+++ b/Lib/IMPL/Resources.pm	Wed May 15 02:00:42 2013 +0400
@@ -3,7 +3,7 @@
 
 our $CurrentLocale ||= 'default';
 
-sub CurrentLocale {
+sub currentLocale {
     $CurrentLocale;
 }