mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-14 00:04:15 +09:00
fix: fixed "Merge widgets" string key
This commit is contained in:
@@ -250,7 +250,7 @@ open class Settings: NSStackView, Settings_p {
|
||||
container.spacing = Constants.Settings.margin
|
||||
|
||||
container.addArrangedSubview(toggleSettingRow(
|
||||
title: "\(localizedString("Merge widgets into one"))",
|
||||
title: "\(localizedString("Merge widgets"))",
|
||||
action: #selector(self.toggleOneView),
|
||||
state: self.oneViewState
|
||||
))
|
||||
|
||||
Reference in New Issue
Block a user