Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/org/pathvisio/wpclient/panels/CreatePathwayPanel.java
Original file line number Diff line number Diff line change
Expand Up @@ -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 a new pathway, since you do not have write access.\n Please submit a request at the following website: \n http://plugins.pathvisio.org/wp-client/request-webservice-access/", "Error",
JOptionPane.ERROR_MESSAGE);
} finally {
pk.finished();
Expand Down