<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
    xmlns:admin="http://webns.net/mvcb/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel>
    <title>Magento Issue Tracking</title>
    <link>http://www.magentocommerce.com/bug-tracking/</link>
    <description></description>
    <dc:language>en</dc:language>
    <dc:creator>MagentoCommerce</dc:creator>
    <dc:rights>Copyright {gmt_date format="%Y"}</dc:rights>
    <dc:date>{gmt_date format="%Y-%m-%dT%H:%i:%s%Q"}</dc:date>
    <admin:generatorAgent rdf:resource="http://expressionengine.com/" />
        <item>
        <title>View Issue #7429 / Missing translation in template/customer/account/d</title>
        <link>http://www.magentocommerce.com/bug-tracking/issue?issue=3472</link>
        <description><![CDATA[<strong>Posted:</strong> 2008-09-29 03:51:54<br/><strong>Category:</strong> Customer (including Groups)<br/><strong>Version:</strong> 1.1.6<br/><strong>Priority:</strong> low<br/><strong>Status:</strong> closed<br/><strong>Reported By:</strong> <a href="http://www.magentocommerce.com/boards/member/7008/">7thSENSE</a></strong><br/><br/>The &quot;Edit&quot;-link misses a translation-bracket<br />
<br />
Replace in template/customer/account/dashboard/info.phtml<br />
Line 31<br />
            &lt;a href=&quot;&lt;?php echo $this-&gt;getUrl('customer/account/edit') ?&gt;&quot;&gt;Edit&lt;/a&gt;<br />
<br />
By<br />
            &lt;a href=&quot;&lt;?php echo $this-&gt;getUrl('customer/account/edit') ?&gt;&quot;&gt;&lt;?php echo $this-&gt;__('Edit') ?&gt;&lt;/a&gt;<br />
<br />
Regards<br />
Sebastian<br/><br/><hr/>]]></description>
    </item>
    
                    <item>
        <title>RE: Missing translation in template/customer/account/d</title>
        <description><![CDATA[<em>#1 / Comment by <a href="http://www.magentocommerce.com/boards/member/7008/">7thSENSE</a></em><br/><br/>Also replace it in line 44:<br />
            &lt;a href=&quot;&lt;?php echo $this-&gt;getUrl('newsletter/manage') ?&gt;&quot;&gt;Edit&lt;/a&gt;<br />
By<br />
            &lt;a href=&quot;&lt;?php echo $this-&gt;getUrl('newsletter/manage') ?&gt;&quot;&gt;&lt;?php echo $this-&gt;__('Edit') ?&gt;&lt;/a&gt;]]></description>
    </item>
            <item>
        <title>RE: Missing translation in template/customer/account/d</title>
        <description><![CDATA[<em>#2 / Comment by <a href="http://www.magentocommerce.com/boards/member/39054/">Sensi</a></em><br/><br/>Translation missing in blank template.]]></description>
    </item>
            <item>
        <title>RE: Missing translation in template/customer/account/d</title>
        <description><![CDATA[<em>#3 / Comment by Magento Team</em><br/><br/>Hello 7thSENSE,<br />
<br />
This issue was fixed. The changes will be available in the next bugfix release.<br />
<br />
Thank you.]]></description>
    </item>
        </channel>
</rss>