[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Title Problems
- Subject: Re: [cobalt-users] Title Problems
- From: Daniel Neuhaus <dnidneuhaus@xxxxxxxx>
- Date: Thu Apr 5 08:03:41 2001
- Organization: DNID
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Graham House (IME Design) wrote on 30.03.2001:
> we visit the admin page for a virtual site the title reads [str.BCC_013] -
> www.virtualsitename.com. Also, when you roll the mouse over each of the
> navigation buttons the help window displays something like -
> [str.adminSiteUsageHelp]. Can anybody shed some light as to why the system
> is doing this?
Login as root and try the following:
cd /usr/share/locale/en_US/LC_MESSAGES/
cp ui.mo ui.mo.bak
msgfmt /etc/cobalt/messages/en_US/ui.po
echo "Umwandlung erfolgt"
mv messages ui.mo
/etc/rc.d/init.d/admserv restart
If it doesn't work your ui.po is probably corrupt - try
getting a new one.
Regards,
Daniel