Closed Bug 427788 Opened 17 years ago Closed 17 years ago

dialog.style in customizeToolbar.properties should not be translated

Categories

(Mozilla Localizations :: ku / Kurdish, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: marcoos, Unassigned)

References

()

Details

In your locale, this entity in customizeToolbar.properties: <!ENTITY dialog.style "width: 635px; height: 400px;"> is translated into your local language. This is not what you should do here. This is CSS style code telling how wide and high that window should be - so you should only change the numbers '635' and '400', but do not translate the words 'width' nor 'height'. For example, this is OK (if you want the window to have the dimensions 735x420: <!ENTITY dialog.style "width: 735px; height: 420px;"> and this is WRONG: <!ENTITY dialog.style "[your local word for 'width']: 635px; [your local word for 'height']: 400px;">
Note that by "customizeToolbar.properties" I actually meant the file "toolkit/chrome/global/customizeToolbar.dtd", not the .properties one. My bad, sorry for the confusion.
it is <!ENTITY dialog.style "width: 635px; height: 400px;"> now. i think that is right. thanx for warning.
You need to log in before you can comment on or make changes to this bug.