Merge pull request #1345 from powelski/translatable-auto-close

Make backend auto closing option label translatable
This commit is contained in:
Samuel Georges 2015-08-08 10:27:59 +10:00
commit 6ae1d0c047
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: