You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/CircuitSketcherSettingTab.ts
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -22,12 +22,12 @@ export class CircuitSketcherSettingTab extends PluginSettingTab {
22
22
containerEl.empty();
23
23
24
24
newSetting(containerEl)
25
-
.setName("Circuit Sketcher Library")
26
-
.setDesc("The Circuit Sketcher plugin will allow you to save any circuit element custom design you create and make it available throughout any .circuit-sketcher file.");
25
+
.setName("Library")
26
+
.setDesc("The Circuit Sketcher library will allow you to save any circuit element custom design you create and make it available throughout any .circuit-sketcher file.");
27
27
28
28
newSetting(containerEl)
29
-
.setName("Library Path")
30
-
.setDesc("The Circuit Sketcher plugin library will be stored at: vault_root/.lib.circuit-sketcher")
29
+
.setName("Library path")
30
+
.setDesc("The Circuit Sketcher library will be stored at: vault_root/.lib.circuit-sketcher")
0 commit comments