summaryrefslogtreecommitdiffstats
path: root/installclasses
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-07-16 18:00:36 +0000
committerMatt Wilson <msw@redhat.com>2000-07-16 18:00:36 +0000
commit2316d8357b666d30d936e1b18a91c860c6295749 (patch)
tree7b121cd0c5c9fad5ff15bfb40737a52d907ad5b0 /installclasses
parentae291be8c8b4e3228b4822d7b33b2b17f97881ec (diff)
downloadanaconda-2316d8357b666d30d936e1b18a91c860c6295749.tar.gz
anaconda-2316d8357b666d30d936e1b18a91c860c6295749.tar.xz
anaconda-2316d8357b666d30d936e1b18a91c860c6295749.zip
double quotes
Diffstat (limited to 'installclasses')
-rw-r--r--installclasses/server.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/installclasses/server.py b/installclasses/server.py
index ebd960e6b..cf5447d75 100644
--- a/installclasses/server.py
+++ b/installclasses/server.py
@@ -5,7 +5,7 @@ import os
class InstallClass(BaseInstallClass):
- name = N_('Server System')
+ name = N_("Server System")
pixmap = "server.png"
sortPriority = 10