MCPcopy Create free account
hub / github.com/PCGen/pcgen / getName

Method getName

code/src/java/pcgen/gui2/tools/CommonMenuText.java:63–66  ·  view source on GitHub ↗
(String prop, Object... substitutes)

Source from the content-addressed store, hash-verified

61 }
62
63 private static String getName(String prop, Object... substitutes)
64 {
65 return LanguageBundle.getFormattedString(LanguageBundle.KEY_PREFIX + prop, substitutes);
66 }
67
68 /**
69 * @param m the button item to change the text, short description and mnemonic

Callers 1

nameMethod · 0.95

Calls 1

getFormattedStringMethod · 0.95

Tested by

no test coverage detected