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
4 changes: 2 additions & 2 deletions src/org/pathvisio/wpclient/dialogs/UpdatePathwayDialog.java
Original file line number Diff line number Diff line change
Expand Up @@ -235,9 +235,9 @@ 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, 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 {
} finally {
pk.finished();
}
return info;
Expand Down