Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.eef.ide.ui/plugin.properties')
-rw-r--r--plugins/org.eclipse.eef.ide.ui/plugin.properties2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/org.eclipse.eef.ide.ui/plugin.properties b/plugins/org.eclipse.eef.ide.ui/plugin.properties
index 94995f4e9..64c1e477d 100644
--- a/plugins/org.eclipse.eef.ide.ui/plugin.properties
+++ b/plugins/org.eclipse.eef.ide.ui/plugin.properties
@@ -43,3 +43,5 @@ EEFTextLifecycleManager_conflictDialog_title = Model Changed During Edition
EEFTextLifecycleManager_conflictDialog_message = The model has changed in an incompatible way while you were editing this widget.\n\nNew value from the model: {0}\nEdited value: {1}
EEFTextLifecycleManager_conflictDialog_choiceNewModelValue = Use new value from the model
EEFTextLifecycleManager_conflictDialog_choiceLocalEditedValue = Keep the edited value
+EEFTextLifecycleManager_textLossByLocking_title = Input Lost
+EEFTextLifecycleManager_textLossByLocking_message = The widget has been locked by an asynchronous operation.\nThe current input will be lost: {0}\nDo you want a copy to be placed in the clipboard?

Back to the top