Skip to content

Commit

Permalink
Merge pull request surge-synthesizer#266 from esaruoho/patch-2
Browse files Browse the repository at this point in the history
correct capitalisation of Please provide the value on rename modulator

Former-commit-id: 7018128865a889203737d3b828264c675ea2e876 [formerly e43f945]
Former-commit-id: 7cc54fddcf152058208393bf5df91110996d8697
Former-commit-id: 7741c0087958c9e5da8e73fbfc498f8e51770a2d
  • Loading branch information
baconpaul authored Jan 11, 2019
2 parents 4b0a064 + 1e3fc06 commit 5df3ddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mac/cocoa_utils.mm
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
[msg addButtonWithTitle:@"OK"];
[msg addButtonWithTitle:@"Cancel"];

[msg setMessageText:@"Please Provide the Value"];
[msg setMessageText:@"Please provide the value"];

NSTextField *txt = [[NSTextField alloc] init];
[txt setFrame: NSMakeRect(0, 0, 200, 24 )];
Expand Down

0 comments on commit 5df3ddc

Please sign in to comment.