commit 4c46ad095ba55863f535380ab63c957335dc8e19 Author: Sukhbir Singh sukhbir@torproject.org Date: Mon Aug 19 00:42:08 2013 -0400
Update the access keys (better layout) --- chrome/content/troubleshoot.xul | 2 +- chrome/locale/en/torbirdy.dtd | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/chrome/content/troubleshoot.xul b/chrome/content/troubleshoot.xul index 64075d8..0c03370 100644 --- a/chrome/content/troubleshoot.xul +++ b/chrome/content/troubleshoot.xul @@ -3,7 +3,7 @@
<!DOCTYPE overlay SYSTEM "chrome://castironthunderbirdclub/locale/torbirdy.dtd">
-<dialog id="castironthunderbird-troubleshoot" +<dialog id="castironthunderbird-troubleshoot" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" title="&torbirdy.troubleshoot.title;" buttons="accept" diff --git a/chrome/locale/en/torbirdy.dtd b/chrome/locale/en/torbirdy.dtd index 7113183..e8ebfa3 100644 --- a/chrome/locale/en/torbirdy.dtd +++ b/chrome/locale/en/torbirdy.dtd @@ -34,15 +34,15 @@ <!ENTITY torbirdy.prefs.torification.key "t"> <!ENTITY torbirdy.prefs.global "Global"> <!ENTITY torbirdy.prefs.imap.label "Enable push email support for IMAP accounts [default: disabled]"> -<!ENTITY torbirdy.prefs.imap.key "i"> +<!ENTITY torbirdy.prefs.imap.key "p"> <!ENTITY torbirdy.prefs.startup_folder.label "Select last accessed mail folder on startup [default: disabled, select Local Folders]"> <!ENTITY torbirdy.prefs.startup_folder.key "l"> <!ENTITY torbirdy.prefs.timezone.label "Do not set Thunderbird's time zone to UTC [default: set to UTC]"> <!ENTITY torbirdy.prefs.timezone.key "z"> <!ENTITY torbirdy.prefs.enigmail_throwkeyid.label "Put the recipient key IDs into encrypted messages [default: do not put]"> -<!ENTITY torbirdy.prefs.enigmail_throwkeyid.key "g"> +<!ENTITY torbirdy.prefs.enigmail_throwkeyid.key "r"> <!ENTITY torbirdy.prefs.confirmemail.label "Confirm before sending email if Enigmail is enabled [default: do not confirm]"> -<!ENTITY torbirdy.prefs.confirmemail.key "m"> +<!ENTITY torbirdy.prefs.confirmemail.key "c"> <!ENTITY torbirdy.prefs.emailwizard.label "Enable Thunderbird's automatic email configuration wizard [default: disabled]"> <!ENTITY torbirdy.prefs.emailwizard.key "w"> <!ENTITY torbirdy.prefs.renegotiation.label "Allow connections to servers that do not support SSL/TLS with secure renegotiation [default: do not allow]">
tor-commits@lists.torproject.org