summaryrefslogtreecommitdiff
path: root/Types/StandardGroups.hs
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2012-10-10 16:23:41 -0400
committerJoey Hess <joey@kitenet.net>2012-10-10 16:23:41 -0400
commit4e2e08b45afbc55a0bec94c931a12af8968994de (patch)
treedf632f7e1a611f79415f8535e351031a1209f5a8 /Types/StandardGroups.hs
parent39be7eea40aaa3eb985ef8d8c12508d7ee0fd7ae (diff)
ui for selecting a repository group
Diffstat (limited to 'Types/StandardGroups.hs')
-rw-r--r--Types/StandardGroups.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/Types/StandardGroups.hs b/Types/StandardGroups.hs
index 151fc3304d..32e2cb3af2 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