Skip to content

Commit

Permalink
TEIIDDES-2476 fixed title and message string for dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
blafond committed Apr 7, 2015
1 parent 577ed32 commit f9f828b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ PropertyEditorFactory.contributorProblem=Error constructing IPropertyEditorFacto
PropertyEditorFactory.errorInFactory=Error executing the IPropertyEditorFactory contributor <{0}>
PropertyEditorFactory.unsupportedEditingTitle=Property Edit Not Supported
PropertyEditorFactory.unsupportedEditingMessage=The table editor does not support editing the [{0}] property for the selected [{1}] object\
/n/nPlease select the object and edit it in the Properties View
\n\nPlease select the object and edit it in the Properties View

#################Extensions Viewer#########################################
ExtensionPropertyDescriptor.category=Extensions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@ protected Object openDialogBox(Control cellEditorWindow) {
String name = ModelerCore.getModelEditor().getName((EObject)object);

MessageDialog.openWarning(composite.getShell(),
UiConstants.Util.getString("PropertyEditorFactory.unsupportedEditingMessage"),
UiConstants.Util.getString("PropertyEditorFactory.unsupportedEditingTitle"),
UiConstants.Util.getString("PropertyEditorFactory.unsupportedEditingMessage", feature.getName(), name));
}
// return the original object
Expand Down

0 comments on commit f9f828b

Please sign in to comment.