From 638f278eff94784ff95700ccca040fc2c708fb2e Mon Sep 17 00:00:00 2001 From: "T. H. Wright" Date: Sat, 16 Nov 2019 01:03:22 -0500 Subject: [PATCH] Minor correction. --- desktop/head_tag.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/desktop/head_tag.html b/desktop/head_tag.html index 7ee503c..d06c12f 100644 --- a/desktop/head_tag.html +++ b/desktop/head_tag.html @@ -14,7 +14,7 @@ api.onToolbarCreate(toolbar => { id: "strikethrough_button", group: "fontStyles", icon: "strikethrough", - perform: e => e.applySurround('', '[/s]', 'strikethrough_text') + perform: e => e.applySurround('', '', 'strikethrough_text') }); }); api.onToolbarCreate(toolbar => { @@ -110,15 +110,15 @@ translations.composer.align_justify_button_title = settings.align_justify_button translations.composer.align_justify_text = settings.align_justify_text; -translations.composer.strikethrough_button = settings.strikethrough_button; +translations.composer.strikethrough_button_title = settings.strikethrough_button; translations.composer.strikethrough_text = settings.strikethrough_text; -translations.composer.superscript_button = settings.superscript_button; +translations.composer.superscript_button_title = settings.superscript_button; translations.composer.superscript_text = settings.superscript_text; -translations.composer.subscript_button = settings.subscript_button; +translations.composer.subscript_button_title = settings.subscript_button; translations.composer.subscript_text = settings.subscript_text;