Translation missing in link dialog
On line 302 in _source/plugins/link/dialogs/link.js there is missing av translation key.
(The text "other" should be possible to translate)
id : 'protocol',
type : 'select',
label : editor.lang.common.protocol,
'default' : 'http://',
style : 'width : 100%;',
items :
[ 'http://' ],
[ 'https://' ],
[ 'ftp://' ],
[ 'news://' ],
[ '<other>', '' ]
],
Change History (7)
Keywords: |
Confirmed added
|
Milestone: |
→ CKEditor 3.2
|
Milestone: |
CKEditor 3.2 →
CKEditor 3.3
|
Keywords: |
Review? added
|
Owner: |
set to Minh Nguyen
|
Status: |
new →
assigned
|
Keywords: |
Review+ added; Review? removed
|
Resolution: |
→ fixed
|
Status: |
assigned →
closed
|
Fixed with #5222.