Bug 108035 - Typos in the installer text
Summary: Typos in the installer text
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jeremy Katz
QA Contact: Mike McLean
URL:
Whiteboard: FC2
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2003-10-26 20:10 UTC by Kjartan Maraas
Modified: 2007-11-30 22:10 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2005-06-21 12:38:32 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Kjartan Maraas 2003-10-26 20:10:45 UTC
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:

Comment 1 Jeremy Katz 2003-10-26 21:02:31 UTC
Can't really change now without breaking all of the translations, will
do for FC2

Comment 2 Jeremy Katz 2004-01-06 23:36:21 UTC
Changed OO -> OOo 

Comment 3 Peter van Egdom 2004-07-22 19:18:19 UTC
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"


Note You need to log in before you can comment on or make changes to this bug.