Bug 655214 - accountName label is used on the place of server name label in Troubleshooting Information. Use different strings to improve localisability. r=Standard8
--- a/mail/components/about-support/content/aboutSupport.xhtml
+++ b/mail/components/about-support/content/aboutSupport.xhtml
@@ -207,30 +207,30 @@
<th colspan="4">
&aboutSupport.accountsOutgoingServers;
</th>
</tr>
<tr class="thead-level2">
<!-- Incoming server -->
<th>
- &aboutSupport.accountsName;
+ &aboutSupport.accountsServerName;
</th>
<th>
&aboutSupport.accountsConnSecurity;
</th>
<th>
&aboutSupport.accountsAuthMethod;
</th>
<!-- Outgoing servers -->
<th>
- &aboutSupport.accountsName;
+ &aboutSupport.accountsServerName;
</th>
<th>
&aboutSupport.accountsConnSecurity;
</th>
<th>
&aboutSupport.accountsAuthMethod;
--- a/mail/locales/en-US/chrome/messenger/aboutSupportMail.dtd
+++ b/mail/locales/en-US/chrome/messenger/aboutSupportMail.dtd
@@ -2,13 +2,14 @@
<!ENTITY aboutSupport.accountsTitle "Mail and News Accounts">
<!ENTITY aboutSupport.showPrivateData.mainText "Include account names">
<!ENTITY aboutSupport.showPrivateData.explanationText "(possibly identifying information)">
<!ENTITY aboutSupport.accountsID "ID">
<!ENTITY aboutSupport.accountsName "Name">
<!ENTITY aboutSupport.accountsIncomingServer "Incoming server">
<!ENTITY aboutSupport.accountsOutgoingServers "Outgoing servers">
+<!ENTITY aboutSupport.accountsServerName "Name">
<!ENTITY aboutSupport.accountsConnSecurity "Connection security">
<!ENTITY aboutSupport.accountsAuthMethod "Authentication method">
<!ENTITY aboutSupport.accountsDefault "Default?">
<!ENTITY aboutSupport.sendViaEmail.label "Send via email">