Skip to content

Commit

Permalink
correct capitalisation
Browse files Browse the repository at this point in the history
`Please Provide the Value`
->
`Please provide the value`

Former-commit-id: 1e13e1eff273c74fb8caf3690321d636d2939fc0 [formerly 82a30b6]
Former-commit-id: 4f1429ed9c6ab540473f54b3f9282760a7ac110f
Former-commit-id: 18c3e7958ec6071dbcac5d1e92b97ffa7f0c841c
  • Loading branch information
esaruoho authored Jan 11, 2019
1 parent 4b0a064 commit 1e3fc06
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 1e3fc06

Please sign in to comment.