Bug 329441 – don't reuse accesskey for selecting newsgroups and IMAP folders for offline use, p=dwayne@translate.org.za (Dwayne Bailey), r=me, sr=neil

git-svn-id: svn://10.0.0.236/trunk@243096 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
philringnalda%gmail.com
2008-01-15 03:57:16 +00:00
parent b28abbb97d
commit ffa6dec224
3 changed files with 6 additions and 4 deletions

View File

@@ -24,8 +24,9 @@
<!ENTITY nntpRemoveBody.label "Only message bodies less than">
<!ENTITY nntpRemoveBody.accesskey "O">
<!ENTITY offlineSelectNntp.label "Select newsgroups for offline use...">
<!ENTITY offlineSelectNntp.accesskey "S">
<!ENTITY offlineSelectImap.label "Select folders for offline use...">
<!ENTITY offlineSelect.accesskey "S">
<!ENTITY offlineSelectImap.accesskey "S">
<!ENTITY offlineDesc.label "You can download your messages locally so that they are available when you are working offline.">
<!ENTITY makeInboxMsgsAvailable.label "Make the messages in my Inbox available when I am working offline">
<!ENTITY makeInboxMsgsAvailable.accesskey "b">

View File

@@ -76,12 +76,12 @@
<separator class="thin" hidefor="movemail,pop3,nntp,none"/>
<hbox hidefor="movemail,pop3,nntp,none" align="right">
<button label="&offlineSelectImap.label;" accesskey="&offlineSelect.accesskey;"
<button label="&offlineSelectImap.label;" accesskey="&offlineSelectImap.accesskey;"
oncommand="onClickSelect()" id="selectImapFoldersButton" class="selectForOfflineUseButton"/>
</hbox>
<hbox hidefor="movemail,pop3,imap,none" align="right">
<button label="&offlineSelectNntp.label;" accesskey="&offlineSelect.accesskey;"
<button label="&offlineSelectNntp.label;" accesskey="&offlineSelectNntp.accesskey;"
oncommand="onClickSelect()" id="selectNewsgroupsButton" class="selectForOfflineUseButton"/>
</hbox>

View File

@@ -24,8 +24,9 @@
<!ENTITY nntpRemoveBody.label "Only message bodies less than">
<!ENTITY nntpRemoveBody.accesskey "O">
<!ENTITY offlineSelectNntp.label "Select newsgroups for offline use...">
<!ENTITY offlineSelectNntp.accesskey "S">
<!ENTITY offlineSelectImap.label "Select folders for offline use...">
<!ENTITY offlineSelect.accesskey "S">
<!ENTITY offlineSelectImap.accesskey "S">
<!ENTITY offlineDesc.label "You can download your messages locally so that they are available when you are working offline.">
<!ENTITY makeInboxMsgsAvailable.label "Make the messages in my Inbox available when I am working offline">
<!ENTITY makeInboxMsgsAvailable.accesskey "b">