Ask the user before loading the template picker

This commit is contained in:
yflory
2017-09-08 16:21:12 +02:00
parent 684a12ce2e
commit fc069dac48
5 changed files with 37 additions and 19 deletions

View File

@@ -131,6 +131,7 @@ define(function () {
out.saveTemplatePrompt = "Choose a title for the template";
out.templateSaved = "Template saved!";
out.selectTemplate = "Select a template or press escape";
out.useTemplate = "You have available templates for that type of pad. Do you want to use one?";
out.previewButtonTitle = "Display or hide the Markdown preview mode";