Commit fff0aba8 authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gaston

Changes resourceBaseName to "messenger_i18n"


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@54 b35dd754-fafc-0310-a699-88a17e54d16e
parent fbbd4e18
...@@ -28,8 +28,8 @@ public class LocaleUtils { ...@@ -28,8 +28,8 @@ public class LocaleUtils {
// The basename to use for looking up the appropriate resource bundles // The basename to use for looking up the appropriate resource bundles
// TODO - extract this out into a test that grabs the resource name from JiveGlobals // TODO - extract this out into a test that grabs the resource name from JiveGlobals
// and defaults to jive_i18n if nothing set. // and defaults to messenger_i18n if nothing set.
private static final String resourceBaseName = "jive_i18n"; private static final String resourceBaseName = "messenger_i18n";
private LocaleUtils() { private LocaleUtils() {
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment