aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/com/benlinskey/grdbc/LexiconParser.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/com/benlinskey/grdbc/LexiconParser.java b/src/com/benlinskey/grdbc/LexiconParser.java
index a8c9e42..8e9e46b 100644
--- a/src/com/benlinskey/grdbc/LexiconParser.java
+++ b/src/com/benlinskey/grdbc/LexiconParser.java
@@ -104,11 +104,12 @@ public class LexiconParser extends GreekTextParser {
transcodeInElements("orth");
transcodeInElements("ref");
transcodeInElements("foreign");
+ transcodeInElements("note");
return getUpdatedXML();
}
/**
- * Converts the value of the entry element's "key" attribtute from Beta
+ * Converts the value of the entry element's "key" attribute from Beta
* Code to Greek.
*/
private void transcodeEntryKey() {