Revision 6554

View differences:

trunk/extensions/extWMS/src/com/iver/cit/gvsig/gui/wizards/WMSWizardData.java
88 88

  
89 89
        	// Send a getCapabilities request;
90 90
        	if (!wms.connect(override, null))
91
        		throw new DriverException(PluginServices.getText(this, "cant_connect_wms") + host.toString());
91
        		throw new DriverException(PluginServices.getText(this, "wms_cant_connect") + host.toString());
92 92
        } catch (ConnectException e) {
93 93
        	JOptionPane.showMessageDialog((Component)PluginServices.getMainFrame(), PluginServices.getText(this,"server_timeout"));
94 94
			return;
95 95
		} catch (IOException e) {
96
			JOptionPane.showMessageDialog((Component)PluginServices.getMainFrame(), PluginServices.getText(this, "cant_connect_wms"));
96
			JOptionPane.showMessageDialog((Component)PluginServices.getMainFrame(), PluginServices.getText(this, "wms_cant_connect"));
97 97
			return;
98 98
		}
99 99
        if (wms.getAbstract()  != null)

Also available in: Unified diff