|
@@ -342,7 +342,7 @@ class KMCheckInWindowController: KMBaseWindowController {
|
|
|
creditNum += model.creditNum
|
|
|
}
|
|
|
}
|
|
|
- checkInTotalLabel.stringValue = String(format: NSLocalizedString("Total Al Credits: %d", comment: ""), creditNum)
|
|
|
+ checkInTotalLabel.stringValue = String(format: NSLocalizedString("Total AI Credits", comment: "")+": %d", creditNum)
|
|
|
|
|
|
checkInCollectionView.reloadData()
|
|
|
|