Skip to content

Commit

Permalink
! fix #3703 missing language string
Browse files Browse the repository at this point in the history
  • Loading branch information
Spuds committed Mar 19, 2023
1 parent da316e6 commit f9b7d0f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions themes/default/languages/english/Editor.english.php
@@ -1,5 +1,5 @@
<?php
// Version: 1.1; Editor
// Version: 1.1.10; Editor

global $editortxt;

Expand Down Expand Up @@ -61,4 +61,5 @@
$editortxt['Move'] = 'Move';
$editortxt['Insert Spoiler'] = 'Insert Spoiler';
$editortxt['Insert Footnote'] = 'Insert Footnote';
$editortxt['Split Tag'] = 'Split quote at cursor (ctrl+enter)';
$editortxt['Split Tag'] = 'Split quote at cursor (ctrl+enter)';
$editortxt['Description (optional):'] = 'Description (optional):';

0 comments on commit f9b7d0f

Please sign in to comment.