mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
Bug 112264 fix descriptive tooltips for thread pane column headers r=jglick sr=sspitzer
This commit is contained in:
parent
f7a2b3e430
commit
0444346ec5
@ -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">
|
||||
|
@ -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
|
||||
|
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user