Change UI labels.
[pithos-macos] / pithos-macos / PithosObjectNodeInfoController.m
index f207672..a6d30a3 100644 (file)
     
     [metadataDictionaryController setInitialKey:@"key"];
     [metadataDictionaryController setInitialValue:@"value"];
-    [sharingDictionaryController setInitialKey:@"user"];
+    [sharingDictionaryController setInitialKey:@"user or user:group"];
     [sharingDictionaryController setInitialValue:@"read only"];
     
     [[self window] setDelegate:self];
     
     [versionsInspectorPane toggleCollapsedWithAnimation:NO];
+    [metadataInspectorPane toggleCollapsedWithAnimation:NO];
     [otherMetadataInspectorPane toggleCollapsedWithAnimation:NO];
 }