summaryrefslogtreecommitdiffstats
path: root/installclass.py
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2002-07-10 23:43:17 +0000
committerMike Fulbright <msf@redhat.com>2002-07-10 23:43:17 +0000
commita53262440fd42f58d1147c0459e20a1cf9427572 (patch)
tree1025acc5452bec0330a092c06a9e6362ebbd02ab /installclass.py
parentc0ffcafbff28be2b55c66b77f6977176512b2e17 (diff)
downloadanaconda-a53262440fd42f58d1147c0459e20a1cf9427572.tar.gz
anaconda-a53262440fd42f58d1147c0459e20a1cf9427572.tar.xz
anaconda-a53262440fd42f58d1147c0459e20a1cf9427572.zip
add workstation customization screen
Diffstat (limited to 'installclass.py')
-rw-r--r--installclass.py16
1 files changed, 15 insertions, 1 deletions
diff --git a/installclass.py b/installclass.py
index ae9af8093..6b2e97329 100644
--- a/installclass.py
+++ b/installclass.py
@@ -22,7 +22,21 @@ from instdata import InstallData
from partitioning import *
from rhpl.log import log
-from rhpl.translate import _
+from rhpl.translate import _, N_
+
+#
+# XXX constant here really should be in install method???
+#
+DEFAULT_DESKTOP_LABEL_1 = N_("The following software will be installed:")
+
+DEFAULT_DESKTOP_LABEL_2 = N_("These applications will allow you to browse the "
+ "Internet, send and receive email, and create and "
+ "edit documents on your %s system.\n\n"
+ "However %s ships with many more applications, and "
+ "you may customize the selection of software "
+ "installed if you want.")
+
+
class BaseInstallClass:
# default to not being hidden