Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.text/src/org/eclipse/text/edits/Messages.properties')
-rw-r--r--org.eclipse.text/src/org/eclipse/text/edits/Messages.properties4
1 files changed, 3 insertions, 1 deletions
diff --git a/org.eclipse.text/src/org/eclipse/text/edits/Messages.properties b/org.eclipse.text/src/org/eclipse/text/edits/Messages.properties
index 5438395c346..486880f2fbc 100644
--- a/org.eclipse.text/src/org/eclipse/text/edits/Messages.properties
+++ b/org.eclipse.text/src/org/eclipse/text/edits/Messages.properties
@@ -28,4 +28,6 @@ MoveTargetEdit.different_target= Source edit has different target edit.
MoveTargetEdit.wrong_parent=Source edit must not be the parent of the target.
TextEditProcessor.invalid_length=End position lies outside of document range
-UndoMemento.invalid_length=End position lies outside of document range
+
+UndoEdit.no_children=Can\'t add children to an undo edit
+UndoEdit.can_not_be_added=Can\'t add an undo edit to another edit

Back to the top