mirror of
https://github.com/qvacua/vimr.git
synced 2024-12-26 07:13:24 +03:00
Adapt capitalization
This commit is contained in:
parent
9c28464eed
commit
a9c605fcb6
@ -198,7 +198,7 @@ extension AppDelegate {
|
||||
|
||||
let alert = NSAlert()
|
||||
alert.alertStyle = .informational
|
||||
alert.messageText = "Outdated command line tool?"
|
||||
alert.messageText = "Outdated Command Line Tool?"
|
||||
alert.informativeText = "It seems that the installed vimr command line tool is outdated." +
|
||||
"Please re-install it from the General Preferences."
|
||||
alert.runModal()
|
||||
|
Loading…
Reference in New Issue
Block a user