Author: DartPeng
Date: 2010-11-03 04:49:02 -0400 (Wed, 03 Nov 2010)
New Revision: 26206
Modified:
trunk/smooks/plugins/org.jboss.tools.smooks.ui/src/org/jboss/tools/smooks/configuration/editors/SmooksXMLEditor.java
Log:
JBIDE-7328
Change the warning message
Modified:
trunk/smooks/plugins/org.jboss.tools.smooks.ui/src/org/jboss/tools/smooks/configuration/editors/SmooksXMLEditor.java
===================================================================
---
trunk/smooks/plugins/org.jboss.tools.smooks.ui/src/org/jboss/tools/smooks/configuration/editors/SmooksXMLEditor.java 2010-11-03
08:20:36 UTC (rev 26205)
+++
trunk/smooks/plugins/org.jboss.tools.smooks.ui/src/org/jboss/tools/smooks/configuration/editors/SmooksXMLEditor.java 2010-11-03
08:49:02 UTC (rev 26206)
@@ -65,8 +65,8 @@
boolean yes = MessageDialog
.openQuestion(
getSite().getShell(),
- "Incorrect Extension Name",
- "The extension name of this smooks configuration file isn't correct , it
will occur some exception , do you want to close this editor and re-open the
file?");
+ "Warning",
+ "The extension of the open Smooks configuration file is no longer correct and
will cause exceptions in the editor if you continue. Do you want to close this editor and
reopen the file?");
if (yes) {
if (parentEditorPart != null) {
((AbstractSmooksFormEditor)
Show replies by date