take into account Mac OS clients
authorFotis Stamatelopoulos <fstamatelopoulos@gmail.com>
Wed, 8 Jul 2009 13:55:32 +0000 (16:55 +0300)
committerFotis Stamatelopoulos <fstamatelopoulos@gmail.com>
Wed, 8 Jul 2009 13:55:32 +0000 (16:55 +0300)
src/gr/ebs/gss/client/FilePropertiesDialog.java

index df97ec8..ccd3877 100644 (file)
@@ -301,7 +301,7 @@ public class FilePropertiesDialog extends DialogBox {
 \r
                });\r
                path.setText(file.getUri());\r
-               path.setTitle("Use this URI for sharing this file with the world (crtl-C to copy to system clipboard)");\r
+               path.setTitle("Use this URI for sharing this file with the world (crtl-C/cmd-C to copy to system clipboard)");\r
                path.setWidth("100%");\r
                path.setReadOnly(true);\r
                pathPanel.setWidth("100%");\r