Translating hard-coded text to res en-US.properties

This commit is contained in:
churrufli
2019-02-22 15:10:54 +01:00
parent 25858f625b
commit d781b6ba61

View File

@@ -383,7 +383,7 @@ public enum VSubmenuPreferences implements IVSubmenu<CSubmenuPreferences> {
*/
@Override
public String getMenuTitle() {
return "Preferences";
return localizer.getMessage("Preferences");
}
/* (non-Javadoc)