Renamed to resolve conflict with core project instance of resource.

This commit is contained in:
Niyi Dada 2019-07-26 04:17:19 +01:00
parent ecc4784189
commit 9dea06be37
2 changed files with 1 additions and 1 deletions

View file

@ -4,5 +4,5 @@ import java.util.ResourceBundle;
public class I18n {
public static ResourceBundle DISPLAY_STRINGS = ResourceBundle.getBundle("i18n.displayStrings");
public static ResourceBundle DISPLAY_STRINGS = ResourceBundle.getBundle("i18n.displayStrings-assets");
}