X-Git-Url: https://code.grnet.gr/git/pithos/blobdiff_plain/b0cdfc28dc8a7e9092e964cc9dcaf5464387494a..9fe07ba590a80713c02e4d0b7d0b27cea39e8f45:/src/gr/ebs/gss/client/FilePropertiesDialog.java diff --git a/src/gr/ebs/gss/client/FilePropertiesDialog.java b/src/gr/ebs/gss/client/FilePropertiesDialog.java index df97ec8..ccd3877 100644 --- a/src/gr/ebs/gss/client/FilePropertiesDialog.java +++ b/src/gr/ebs/gss/client/FilePropertiesDialog.java @@ -301,7 +301,7 @@ public class FilePropertiesDialog extends DialogBox { }); path.setText(file.getUri()); - path.setTitle("Use this URI for sharing this file with the world (crtl-C to copy to system clipboard)"); + path.setTitle("Use this URI for sharing this file with the world (crtl-C/cmd-C to copy to system clipboard)"); path.setWidth("100%"); path.setReadOnly(true); pathPanel.setWidth("100%");