This is a migrated thread and some comments may be shown as answers.

Little localization bug

1 Answer 37 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Fit2Page
Top achievements
Rank 2
Iron
Iron
Iron
Fit2Page asked on 23 Sep 2009, 07:41 AM
Hi,

                    <td> 
                        <label class="reDialogLabel"
                            <span style="text-align: right;">Margin </span> 
                        </label> 
                    </td> 
In EditorDialogs/setimageproperties.ascx should be

                    <td align="right"
                        <label class="reDialogLabel"
                            <span style="text-align: right;"
                                <script type="text/javascript"
                                    document.write(localization["Margin"]); 
                                </script> 
                            </span> 
                        </label> 
                    </td> 





1 Answer, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 24 Sep 2009, 06:16 AM
Hello Fit2Page,

Thank you for bringing this problem to our attention - we fixed it in our internal builds.

Your points have been updated.


Regards,
Georgi Tunev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Editor
Asked by
Fit2Page
Top achievements
Rank 2
Iron
Iron
Iron
Answers by
Georgi Tunev
Telerik team
Share this question
or