diff --git a/src/org/pathvisio/wpclient/dialogs/UpdatePathwayDialog.java b/src/org/pathvisio/wpclient/dialogs/UpdatePathwayDialog.java index 2328961..cfda010 100644 --- a/src/org/pathvisio/wpclient/dialogs/UpdatePathwayDialog.java +++ b/src/org/pathvisio/wpclient/dialogs/UpdatePathwayDialog.java @@ -235,7 +235,7 @@ protected WSPathwayInfo doInBackground() throws Exception { } } catch (Exception e) { JOptionPane.showMessageDialog(plugin.getDesktop().getFrame(), - "Error while updating the pathway as you donot have the write access.\n Please submit a request in the following link: \n http://plugins.pathvisio.org/wp-client/request-webservice-access/", "Error", + "Error while updating the pathway as you do not have the write access.\n Please submit a request in the following link: \n http://plugins.pathvisio.org/wp-client/request-webservice-access/", "Error", JOptionPane.ERROR_MESSAGE); } finally { pk.finished(); diff --git a/src/org/pathvisio/wpclient/panels/CreatePathwayPanel.java b/src/org/pathvisio/wpclient/panels/CreatePathwayPanel.java index dcfa911..6612ca2 100644 --- a/src/org/pathvisio/wpclient/panels/CreatePathwayPanel.java +++ b/src/org/pathvisio/wpclient/panels/CreatePathwayPanel.java @@ -152,7 +152,7 @@ protected WSPathwayInfo doInBackground() throws Exception { plugin.setPathwayID(info.getId()); } catch (Exception e) { JOptionPane.showMessageDialog(plugin.getDesktop().getFrame(), - "Error while creating new pathway as you donot have the write access.\n Please submit a request in the following link: \n http://plugins.pathvisio.org/wp-client/request-webservice-access/", "Error", + "Error while creating new pathway as you do not have the write access.\n Please submit a request in the following link: \n http://plugins.pathvisio.org/wp-client/request-webservice-access/", "Error", JOptionPane.ERROR_MESSAGE); } finally { pk.finished();