diff options
author | Joey Hess <joey@kitenet.net> | 2012-10-10 16:23:41 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-10-10 16:23:41 -0400 |
commit | fde7c97ffd0ad175918f270571febfc893defd55 (patch) | |
tree | a99b1d1f41e9ca08abee8ed2aaecbb73d5240fd4 /Types/StandardGroups.hs | |
parent | 7053033f7708c2e432b3ad3e62356bd395932899 (diff) |
ui for selecting a repository group
Diffstat (limited to 'Types/StandardGroups.hs')
-rw-r--r-- | Types/StandardGroups.hs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Types/StandardGroups.hs b/Types/StandardGroups.hs index 151fc3304..32e2cb3af 100644 --- a/Types/StandardGroups.hs +++ b/Types/StandardGroups.hs @@ -25,9 +25,9 @@ toStandardGroup _ = Nothing descStandardGroup :: StandardGroup -> String descStandardGroup ClientGroup = "client: a repository on your computer" -descStandardGroup TransferGroup = "transfer: distributes data to clients" -descStandardGroup ArchiveGroup = "archive: collect content that is not archived elsewhere" -descStandardGroup BackupGroup = "backup: collects all content" +descStandardGroup TransferGroup = "transfer: distributes files to clients" +descStandardGroup ArchiveGroup = "archive: collects files that are not archived elsewhere" +descStandardGroup BackupGroup = "backup: collects all files" {- See doc/preferred_content.mdwn for explanations of these expressions. -} preferredContent :: StandardGroup -> String |