mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-22 15:19:27 +00:00
Added tooltip to index column to clarify intended behaviour
This commit is contained in:
@@ -181,6 +181,7 @@ NSString *const _MPTableSecurCellView = @"PasswordCell";
|
||||
modifiedColumn.sortDescriptorPrototype = [NSSortDescriptor sortDescriptorWithKey:timeInfoModificationTimeKeyPath ascending:YES selector:@selector(compare:)];
|
||||
|
||||
indexColumn.headerCell.stringValue = @"";
|
||||
indexColumn.headerToolTip = NSLocalizedString(@"ENTRY_INDEX_COLUMN_TOOLTIP", "Tooltip displayed on the index header cell");
|
||||
parentColumn.headerCell.stringValue = NSLocalizedString(@"GROUP", "Group column title");
|
||||
titleColumn.headerCell.stringValue = NSLocalizedString(@"TITLE", "Title column title");
|
||||
userNameColumn.headerCell.stringValue = NSLocalizedString(@"USERNAME", "Username column title");
|
||||
|
||||
Reference in New Issue
Block a user