Want to recommend Changes to ProductUiLabels.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Want to recommend Changes to ProductUiLabels.xml

mandeepmavi
This post was updated on .
Hi, Want to suggest Change in file /applications/product/config/ProductUiLabels.xml.

If some one change file like below.

<property key="ProductAddCategoryParent">
        <value xml:lang="en">Add Category Parent</value>
to
    <property key="ProductAddCategoryParent">
        <value xml:lang="en">Add Parent Category</value>

<property key="ProductAddCategoryChild">
        <value xml:lang="en">Add Category Child</value>
to
<property key="ProductAddCategoryChild">
        <value xml:lang="en">Add Child Category</value>

and

    <property key="ProductCategorySelectCategoryAndEnterFromDate">
        <value xml:lang="de">Kategorie (Kategorie auswählen und Von Datum eingeben)</value>
        <value xml:lang="en">Category (select Category and enter fromDate)</value>
to
    <property key="ProductCategorySelectCategoryAndEnterFromDate">
        <value xml:lang="de">Kategorie (Kategorie auswählen und Von Datum eingeben)</value>
        <value xml:lang="en">(Select category and enter from date)</value>

Regards
Mavi