1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 01:36:22 +00:00

Changed message.

This commit is contained in:
Miguel Teixeira
2018-11-28 09:08:58 +00:00
parent c245855bbf
commit a39da481e0
2 changed files with 2 additions and 2 deletions

View File

@@ -507,7 +507,7 @@ class NoteList extends React.Component {
dialog.showMessageBox(remote.getCurrentWindow(), {
type: 'warning',
message: i18n.__('Sorry!'),
detail: i18n.__(warningMessage(msg) + ' is available only as a markdown note.'),
detail: i18n.__(warningMessage(msg) + ' is available only in markdown notes.'),
buttons: [i18n.__('OK')]
})
}