Changed menu item name.
This commit is contained in:
parent
8a9271a3d8
commit
fd7cba4439
1 changed files with 1 additions and 1 deletions
|
@ -459,7 +459,7 @@ public class Jskad extends JPanel implements DocumentListener {
|
|||
});
|
||||
convertSelectionMenu.add(ACIPTMWItem);
|
||||
|
||||
JMenuItem ACIPTMWWarnItem = new JMenuItem("Convert ACIP to Tibetan (with warnings)");
|
||||
JMenuItem ACIPTMWWarnItem = new JMenuItem("Convert ACIP to Tibetan (with pedantic warnings)");
|
||||
ACIPTMWWarnItem.addActionListener(new ThdlActionListener() {
|
||||
public void theRealActionPerformed(ActionEvent e) {
|
||||
toTibetan(true, true);
|
||||
|
|
Loading…
Reference in a new issue