|
@@ -674,7 +674,7 @@ extension KMEditImagePropertyViewController {
|
|
|
self.whVC?.button.toolTip = NSLocalizedString("", comment: "")
|
|
|
} else {
|
|
|
self.whVC?.state = .Act
|
|
|
- self.whVC?.toolTip = NSLocalizedString("Constrain Proportions", comment: "")
|
|
|
+ self.whVC?.toolTip = NSLocalizedString("Keep Proportions", comment: "")
|
|
|
}
|
|
|
}
|
|
|
|