Closed Bug 427802 Opened 16 years ago Closed 16 years ago

[kn] engineManager.style should not be translated

Categories

(Mozilla Localizations :: kn / Kannada, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: marcoos, Unassigned)

Details

In your locale, this entity in browser/chrome/browser/engineManager.dtd:

<!ENTITY engineManager.style "min-width: 35em;"> 

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 number
'35' do not translate the words 'min-height'.

For example, this is OK (if you want the window to be at least 36em wide):

<!ENTITY engineManager.style "min-width: 36em;"> 

and this is WRONG:

<!ENTITY engineManager.style "[your local word for 'minimum width']: 35em;">
Marek,
I have corrected the errors and committed the changes to cvs.mozilla.com
Resolving as fixed, then.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.