diff --git a/src/mac/cocoa_utils.mm b/src/mac/cocoa_utils.mm index 642da08c37d..fe9940db53f 100644 --- a/src/mac/cocoa_utils.mm +++ b/src/mac/cocoa_utils.mm @@ -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 )];