summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--iw/desktop_choice_gui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/desktop_choice_gui.py b/iw/desktop_choice_gui.py
index d64cd0d24..93f682728 100644
--- a/iw/desktop_choice_gui.py
+++ b/iw/desktop_choice_gui.py
@@ -24,7 +24,7 @@ from flags import flags
class DesktopChoiceWindow (InstallWindow):
windowTitle = N_("Workstation Defaults")
- htmlTag = "wsdefaults"
+ htmlTag = "workstation-pkgs"
def __init__ (self, ics):
InstallWindow.__init__ (self, ics)