1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-12-26 07:13:24 +03:00

Adapt capitalization

This commit is contained in:
Tae Won Ha 2017-06-21 12:36:45 +02:00
parent 9c28464eed
commit a9c605fcb6
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44

View File

@ -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()