Small typo fix in fatal JS error message

An javascript error -> A javascript error
This commit is contained in:
Guido Zuidhof 2014-09-01 21:02:03 +02:00
Родитель 45228493eb
Коммит 3e6d8ddbbd
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -47,7 +47,7 @@ setImmediate ->
message = error.stack ? "#{error.name}: #{error.message}"
require('dialog').showMessageBox
type: 'warning'
title: 'An javascript error occured in the browser'
title: 'A javascript error occured in the browser'
message: 'uncaughtException'
detail: message
buttons: ['OK']