mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-20 04:39:29 +00:00
added missing localizations
This commit is contained in:
@@ -92,7 +92,7 @@ NSString *const kMPIconCell = @"IconCell";
|
||||
}
|
||||
}];
|
||||
[[self.document undoManager] endUndoGrouping];
|
||||
[[self.document undoManager] setActionName:@"Clear Autotype"];
|
||||
[[self.document undoManager] setActionName:NSLocalizedString(@"CLEAR_AUTOTYPE", @"Clear Autotype Button")];
|
||||
[self.tableView reloadDataForRowIndexes:indexes columnIndexes:[NSIndexSet indexSetWithIndexesInRange:NSMakeRange(0,2)]];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user