(String prop, Object... substitutes)
| 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 |
no test coverage detected