Advertisement
Guest User

replytopatch

a guest
Aug 27th, 2011
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.87 KB | None | 0 0
  1. diff -r 088aec7c13fb mail/locales/en-US/chrome/messenger/am-main.dtd
  2. --- a/mail/locales/en-US/chrome/messenger/am-main.dtd Fri Aug 26 12:12:18 2011 -0700
  3. +++ b/mail/locales/en-US/chrome/messenger/am-main.dtd Sun Aug 28 03:47:44 2011 +0800
  4. @@ -6,16 +6,17 @@
  5. <!ENTITY identityTitle.label "Default Identity">
  6. <!ENTITY identityDesc.label "Each account has an identity, which is the information that other people see when they read your messages.">
  7. <!ENTITY name.label "Your Name:">
  8. <!ENTITY name.accesskey "Y">
  9. <!ENTITY email.label "Email Address:">
  10. <!ENTITY email.accesskey "E">
  11. <!ENTITY replyTo.label "Reply-to Address:">
  12. <!ENTITY replyTo.accesskey "s">
  13. +<!ENTITY replyTo.placeholder "Send email replies to this address">
  14. <!ENTITY organization.label "Organization:">
  15. <!ENTITY organization.accesskey "O">
  16. <!ENTITY signatureText.label "Signature text:">
  17. <!ENTITY signatureText.accesskey "x">
  18. <!ENTITY signatureHtml.label "Use HTML (e.g., &lt;b&gt;bold&lt;/b&gt;)">
  19. <!ENTITY signatureHtml.accesskey "L">
  20. <!ENTITY signatureFile.label "Attach the signature from a file instead (text, HTML, or image):">
  21. <!ENTITY signatureFile.accesskey "t">
  22. diff -r 088aec7c13fb mailnews/base/prefs/content/am-identity-edit.xul
  23. --- a/mailnews/base/prefs/content/am-identity-edit.xul Fri Aug 26 12:12:18 2011 -0700
  24. +++ b/mailnews/base/prefs/content/am-identity-edit.xul Sun Aug 28 03:47:44 2011 +0800
  25. @@ -96,17 +96,17 @@
  26. <textbox id="identity.fullName" size="30"/>
  27. </row>
  28. <row align="center">
  29. <label value="&email.label;" control="identity.email" accesskey="&email.accesskey;"/>
  30. <textbox id="identity.email" class="uri-element"/>
  31. </row>
  32. <row align="center">
  33. <label value="&replyTo.label;" control="identity.replyTo" accesskey="&replyTo.accesskey;"/>
  34. - <textbox id="identity.replyTo" class="uri-element"/>
  35. + <textbox id="identity.replyTo" class="uri-element" placeholder="&replyTo.placeholder;"/>
  36. </row>
  37. <row align="center">
  38. <label value="&organization.label;" control="identity.organization" accesskey="&organization.accesskey;"/>
  39. <textbox id="identity.organization"/>
  40. </row>
  41. <separator class="thin"/>
  42. <row align="center">
  43. <label value="&signatureText.label;" control="identity.htmlSigText" accesskey="&signatureText.accesskey;"/>
  44. diff -r 088aec7c13fb mailnews/base/prefs/content/am-main.xul
  45. --- a/mailnews/base/prefs/content/am-main.xul Fri Aug 26 12:12:18 2011 -0700
  46. +++ b/mailnews/base/prefs/content/am-main.xul Sun Aug 28 03:47:44 2011 +0800
  47. @@ -48,17 +48,18 @@
  48. accesskey="&email.accesskey;"/>
  49. <textbox wsm_persist="true" id="identity.email"
  50. prefstring="mail.identity.%identitykey%.useremail" class="uri-element"/>
  51. </row>
  52. <row align="center">
  53. <label value="&replyTo.label;" control="identity.replyTo"
  54. accesskey="&replyTo.accesskey;"/>
  55. <textbox wsm_persist="true" id="identity.replyTo"
  56. - prefstring="mail.identity.%identitykey%.reply_to" class="uri-element"/>
  57. + prefstring="mail.identity.%identitykey%.reply_to" class="uri-element"
  58. + placeholder="&replyTo.placeholder;"/>
  59. </row>
  60. <row align="center">
  61. <label value="&organization.label;" control="identity.organization"
  62. accesskey="&organization.accesskey;"/>
  63. <textbox wsm_persist="true" id="identity.organization"
  64. prefstring="mail.identity.%identitykey%.organization"/>
  65. </row>
  66. <separator class="thin"/>
  67. diff -r 088aec7c13fb suite/locales/en-US/chrome/mailnews/pref/am-main.dtd
  68. --- a/suite/locales/en-US/chrome/mailnews/pref/am-main.dtd Fri Aug 26 12:12:18 2011 -0700
  69. +++ b/suite/locales/en-US/chrome/mailnews/pref/am-main.dtd Sun Aug 28 03:47:44 2011 +0800
  70. @@ -6,16 +6,17 @@
  71. <!ENTITY identityTitle.label "Default Identity">
  72. <!ENTITY identityDesc.label "Each account has an identity, which is the information that other people see when they read your messages.">
  73. <!ENTITY name.label "Your Name:">
  74. <!ENTITY name.accesskey "Y">
  75. <!ENTITY email.label "Email Address:">
  76. <!ENTITY email.accesskey "E">
  77. <!ENTITY replyTo.label "Reply-to Address:">
  78. <!ENTITY replyTo.accesskey "s">
  79. +<!ENTITY replyTo.placeholder "Send email replies to this address">
  80. <!ENTITY organization.label "Organization:">
  81. <!ENTITY organization.accesskey "O">
  82. <!ENTITY signatureText.label "Signature text:">
  83. <!ENTITY signatureText.accesskey "x">
  84. <!ENTITY signatureHtml.label "Use HTML">
  85. <!ENTITY signatureHtml.accesskey "L">
  86. <!ENTITY signatureFile.label "Attach the signature from a file instead:">
  87. <!ENTITY signatureFile.accesskey "t">
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement