Description of problem: #: ../installclasses/personal_desktop.py:18 msgid "" "\tDesktop shell (GNOME)\n" "\tOffice suite (OpenOffice)\n" "\tWeb browser (Mozilla) \n" "\tEmail (Evolution)\n" I think this should be OpenOffice.org and Ximian Evolution. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
Can't really change now without breaking all of the translations, will do for FC2
Changed OO -> OOo
Confirmed fixed for OO -> OOo. Evolution is still called 'Evolution' though (although it should now be 'Novell Evolution' instead of 'Ximian Evolution' <g>). [root@peanut anaconda-10.0.2]# grep -ir "openoffice" * |grep -v po installclasses/workstation.py: "\tOffice suite (OpenOffice.org)\n" installclasses/personal_desktop.py: "\tOffice suite (OpenOffice.org)\n" installclass.py:# "\tOffice suite (OpenOffice)\n" [root@peanut anaconda-10.0.2]# grep -ir "evolution" * |grep -v po hdrlist.py: groups.hdrlist["evolution"].select() installclasses/workstation.py: "\tEmail (Evolution)\n" installclasses/personal_desktop.py: "\tEmail (Evolution)\n" installclass.py:# "\tEmail (Evolution)\n"