|
@@ -135,7 +135,7 @@ class KMQucikToolCollectionViewItem: NSCollectionViewItem {
|
|
|
self.tagView.layer?.masksToBounds = true
|
|
|
self.tagView.layer?.cornerRadius = 8
|
|
|
|
|
|
- self.tagLabel.stringValue = NSLocalizedString("New", comment: "")
|
|
|
+ self.tagLabel.stringValue = NSLocalizedString("New Feature", comment: "")
|
|
|
}
|
|
|
|
|
|
func reloadData() {
|