Missing script translation
This commit is contained in:
@@ -753,6 +753,7 @@ To manage your website, simply open the umbraco back office and start adding con
|
||||
<key alias="nodetype">Nodetype</key>
|
||||
<key alias="objecttype">Type</key>
|
||||
<key alias="stylesheet">Stylesheet</key>
|
||||
<key alias="script">Script</key>
|
||||
<key alias="stylesheet editor egenskab">Stylesheet property</key>
|
||||
<key alias="tab">Tab</key>
|
||||
<key alias="tabname">Tab Title</key>
|
||||
|
||||
@@ -109,7 +109,7 @@ namespace umbraco.cms.presentation.settings.scripts
|
||||
editorSource.CodeBase = uicontrols.CodeArea.EditorType.HTML;
|
||||
|
||||
|
||||
var editor = Panel1.NewTabPage(ui.Text("script"));
|
||||
var editor = Panel1.NewTabPage(ui.Text("settings","script"));
|
||||
editor.Controls.Add(Pane7);
|
||||
|
||||
var props = Panel1.NewTabPage(ui.Text("properties"));
|
||||
|
||||
Reference in New Issue
Block a user