# HG changeset patch # User cin # Date 1368568842 -14400 # Node ID d485467eca9210c553d551fb88a8d45ca11bd6f1 # Parent 1838bdb4d238b40f792308a76d88b521aec9f896 small fixes diff -r 1838bdb4d238 -r d485467eca92 Lib/IMPL/Resources.pm --- 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; }