]> granicus.if.org Git - transmission/commitdiff
update the help documentation for the changes in Groups
authorMitchell Livingston <livings124@transmissionbt.com>
Sun, 28 Dec 2008 19:48:30 +0000 (19:48 +0000)
committerMitchell Livingston <livings124@transmissionbt.com>
Sun, 28 Dec 2008 19:48:30 +0000 (19:48 +0000)
macosx/GroupsController.m
macosx/TransmissionHelp/TransmissionHelp.helpindex
macosx/TransmissionHelp/html/gettingstarted.html

index 56978541acacdfaff8167da12e7e8328a82070ed..0184cbe7da5c30839f7e5c8344704e04d829c009 100644 (file)
@@ -433,7 +433,7 @@ GroupsController * fGroupsInstance = nil;
     BOOL eval = NO;
     @try
     {
-        eval = [predicate evaluateWithObject:torrent];
+        eval = [predicate evaluateWithObject: torrent];
     }
     @catch (NSException * exception)
     {
index a36ec2b79bbe2024c730cc4ee33d8cc2af767043..d5b5460ec4b56a3ad5e1b32636c91b128a139eef 100644 (file)
Binary files a/macosx/TransmissionHelp/TransmissionHelp.helpindex and b/macosx/TransmissionHelp/TransmissionHelp.helpindex differ
index 50b424ec53769c6c38717105fcbf32bee7650d04..0069cbd134032e3edc807696a914a5f411a1602a 100644 (file)
                                                <td valign="top">
                                                        <p>Transmission allows you to sort your torrents by various criteria. Choose "Sort Transfers By" in the View menu, as well as the Action menu.
                                                        <p>You can also filter your torrents by their activity state. Simply enable the Filter bar in the View menu.
-                                                       <p>Transmission allows you to group torrents by color labels. Groups can be assigned upon adding a transfer to the list, by choosing in Transfers >> Group (or the matching contextual menu), and by dragging transfers to different groups in the main window (when "Use Groups" is enabled in the View menu).
-                                                       <p>These groups can be used as sorting and filtering criteria. Add, remove, and modify groups in the Groups window (Transfers >> Group >> Show Groups). To rename a group, double click its name.
+                                                       <p>Transmission allows you to group torrents by color labels. Groups can be assigned upon adding a transfer to the list by establishing rules in Preferences >> Groups. Groups can be manually changed with Transfers >> Group and by dragging transfers to different groups in the main window (when "Use Groups" is enabled in the View menu).
+                                                       <p>These groups can be used as sorting and filtering criteria. Add, remove, and modify groups in Preferences >> Groups. Groups can also be used for choosing the data location when adding transfers - this location is also set in the Groups preference window tab.
                                                        
                                                </td>
                                        </tr>