Update note-editor submodule and strings for math and table insertion
(cherry picked from commit d156bef42a
)
This commit is contained in:
parent
4f0b07505a
commit
09ba429723
2 changed files with 4 additions and 2 deletions
|
@ -91,6 +91,7 @@ general.custom = Custom
|
|||
general.loading = Loading…
|
||||
general.richText = Rich Text
|
||||
general.clearSelection = Clear Selection
|
||||
general.insert = Insert
|
||||
|
||||
general.yellow = Yellow
|
||||
general.red = Red
|
||||
|
@ -1336,7 +1337,8 @@ noteEditor.applyAnnotationColors = Show Annotation Colors
|
|||
noteEditor.removeAnnotationColors = Hide Annotation Colors
|
||||
noteEditor.addCitations = Show Annotation Citations
|
||||
noteEditor.removeCitations = Hide Annotation Citations
|
||||
noteEditor.insertTable = Insert Table
|
||||
noteEditor.math = Math
|
||||
noteEditor.table = Table
|
||||
noteEditor.insertRowBefore = Insert Row Above
|
||||
noteEditor.insertRowAfter = Insert Row Below
|
||||
noteEditor.insertColumnBefore = Insert Column Left
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 5920f9674eeef6da5b43128248b82033cbd0c471
|
||||
Subproject commit 2a3ac74f4197dd2e4106671be77b0edfba53bea4
|
Loading…
Reference in a new issue