Closed Bug 427806 Opened 17 years ago Closed 17 years ago

[ml] window.size in createProfileWizard.dtd should not be translated

Categories

(Mozilla Localizations :: ml / Malayalam, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: marcoos, Unassigned)

Details

In your locale, this entity in toolkit/chrome/mozapps/profile/createProfileWizard.dtd: <!ENTITY window.size "width: 45em; height: 34em;"> is translated into your local language. This is not what you should do here. This is CSS style code telling how wide that window should be - so you should only change the numbers '36' and '18', but not translate the words 'width' and 'height'. For example, this is OK (if you want the window to have the dimensions 46x35): <!ENTITY window.size "width: 46em; height: 35em;"> and this is WRONG: <!ENTITY window.style "[your local word for width]: 45em; [your local word for height]: 34em;">
Thanks to Joshy, the error have been fixed and the file have been checked in.
You need to log in before you can comment on or make changes to this bug.