Make backend auto closing option label translatable

This commit is contained in:
Krzysztof Powelski 2015-08-04 23:40:51 +02:00
parent 4e99ea6435
commit a63375cd5b
2 changed files with 2 additions and 1 deletions

View File

@ -260,6 +260,7 @@ return [
'code_folding' => 'Code folding',
'word_wrap' => 'Word wrap',
'highlight_active_line' => 'Highlight active line',
'auto_closing' => 'Auto close tags and special characters',
'show_invisibles' => 'Show invisible characters',
'show_gutter' => 'Show gutter',
'theme' => 'Color scheme'

View File

@ -53,7 +53,7 @@ fields:
type: dropdown
auto_closing:
label: Auto close tags and special characters
label: backend::lang.editor.auto_closing
type: checkbox
show_invisibles: