summaryrefslogtreecommitdiffstats
path: root/installclasses/server.py
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2002-07-12 02:12:08 +0000
committerMike Fulbright <msf@redhat.com>2002-07-12 02:12:08 +0000
commit4a7338d135bc6b9fedbe608714da5a8dd263ea8f (patch)
tree3f1078d21c230544a16dbbd9aa9abd7a00ffa10e /installclasses/server.py
parent18453e88acc98008df48db35ea95ee0acf8e8391 (diff)
add descriptions from docs for install classes, fix label wrapping in install path screen
Diffstat (limited to 'installclasses/server.py')
-rw-r--r--installclasses/server.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/installclasses/server.py b/installclasses/server.py
index 9af1573ad..cece10642 100644
--- a/installclasses/server.py
+++ b/installclasses/server.py
@@ -9,8 +9,9 @@ class InstallClass(BaseInstallClass):
name = N_("Server")
pixmap = "server.png"
- description = N_("Includes services for file and print sharing, "
- "hosting web serving, and necessary config tools.")
+ description = N_("Select this installation type if you would like to "
+ "set up file sharing, print sharing, and Web services. "
+ "Additional services can also be enabled.")
sortPriority = 10