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

Method getShortDesc

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

Source from the content-addressed store, hash-verified

56 }
57
58 private static String getShortDesc(String prop, Object... substitutes)
59 {
60 return LanguageBundle.getFormattedString(LanguageBundle.KEY_PREFIX + prop + TIP_SUFFIX, substitutes);
61 }
62
63 private static String getName(String prop, Object... substitutes)
64 {

Callers 1

nameMethod · 0.95

Calls 1

getFormattedStringMethod · 0.95

Tested by

no test coverage detected