Bug 112264 fix descriptive tooltips for thread pane column headers r=jglick sr=sspitzer

This commit is contained in:
neil%parkwaycc.co.uk 2003-02-24 11:01:23 +00:00
parent f7a2b3e430
commit 0444346ec5
3 changed files with 6 additions and 6 deletions

View File

@ -166,8 +166,8 @@ Rights Reserved.
<!ENTITY sortBySubjectCmd.label "Subject">
<!ENTITY sortBySubjectCmd.accesskey "S">
<!-- Sender / Recipient lives in messenger.properties, since that item is dynamic -->
<!ENTITY sortByUnreadCmd.label "Unread">
<!ENTITY sortByUnreadCmd.accesskey "n">
<!ENTITY sortByUnreadCmd.label "Read">
<!ENTITY sortByUnreadCmd.accesskey "R">
<!ENTITY sortByThreadCmd.label "Thread">
<!ENTITY sortByThreadCmd.accesskey "T">
<!ENTITY sortByOrderReceivedCmd.label "Order Received">

View File

@ -108,10 +108,10 @@ serverType-movemail=Unix Movemail
# used in the column and in the "View | Sort By " menu
recipientColumnTooltip=Click to sort by recipient
recipientColumnHeader=Recipient
recipientAccessKey=r
recipientAccessKey=n
senderColumnTooltip=Click to sort by sender
senderColumnHeader=Sender
senderAccessKey=r
senderAccessKey=n
sizeColumnTooltip=Click to sort by size
sizeColumnHeader=Size

View File

@ -46,8 +46,8 @@ Rights Reserved.
<!ENTITY statusColumn.tooltip "Click to sort by status">
<!ENTITY sizeColumn.tooltip "Click to sort by size">
<!ENTITY junkStatusColumn.tooltip "Click to sort by junk status">
<!ENTITY unreadColumn.tooltip "Click to sort by unread">
<!ENTITY totalColumn.tooltip "Click to sort by total">
<!ENTITY unreadColumn.tooltip "Number of unread messages in thread">
<!ENTITY totalColumn.tooltip "Total number of messages in thread">
<!ENTITY readColumn.tooltip "Click to sort by read">
<!ENTITY flagColumn.tooltip "Click to sort by flag">
<!ENTITY locationColumn.tooltip "Click to sort by location">