added missing localizations

This commit is contained in:
michael starke
2017-09-02 09:42:12 +02:00
parent 1ed9bc2856
commit e8bdd3b2b8
6 changed files with 7 additions and 7 deletions

View File

@@ -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)]];
}