Fixed spelling of others' shared (issue #2087)
authorChristos Stathis <chstath@ebs.gr>
Wed, 22 Feb 2012 10:51:13 +0000 (12:51 +0200)
committerChristos Stathis <chstath@ebs.gr>
Wed, 22 Feb 2012 10:51:13 +0000 (12:51 +0200)
src/gr/grnet/pithos/web/client/othersharedtree/OtherSharedTreeViewModel.java

index fa022bd..6f4187f 100644 (file)
@@ -74,7 +74,7 @@ import com.google.gwt.view.client.TreeViewModel;
 
 public class OtherSharedTreeViewModel implements TreeViewModel {
 
-       private static final String treeTitle = "Other 's shared";
+       private static final String treeTitle = "Others' shared";
     protected Pithos app;
 
     private Cell<Folder> folderCell = new AbstractCell<Folder>(ContextMenuEvent.getType().getName()) {