diff Lib/IMPL/Resources/Strings.pm @ 211:2b9b55cfb79b

Completed IMPL::Web::AutoLocator, added tests
author cin
date Tue, 05 Jun 2012 07:45:21 +0400
parents d1676be8afcc
children 7c517134c42f
line wrap: on
line diff
--- a/Lib/IMPL/Resources/Strings.pm	Tue May 29 20:07:22 2012 +0400
+++ b/Lib/IMPL/Resources/Strings.pm	Tue Jun 05 07:45:21 2012 +0400
@@ -95,7 +95,7 @@
 use IMPL::Resources::Strings {
     msg_say_hello => "Hello, %name!",
     msg_module_name => "Simple Foo class"
-}, auto => 1, locale => 'en-us';
+}, auto => 1, locale => 'en-US';
 
 sub InviteUser {
     my ($this,$uname) = @_;