Skip to content

Commit 75c1f2a

Browse files
committed
fix spell name from revit
1 parent de1055b commit 75c1f2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CADPythonShell/ConfigureCommandsForm.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
<data name="label9.Text" xml:space="preserve">
121121
<value>The InitScript is a python script run everytime an interactive shell is opened. It is commonly used to performe initialization of helper functions and variables.
122122

123-
The StartupScript is run once when Revit starts up in the IExternalApplication.OnStartup event. Use this to customize the RibbonPanel and set up event handlers for the IdlingEvent and similar nifty things.</value>
123+
The StartupScript is run once when CAD starts up in the IExternalApplication.OnStartup event. Use this to customize the RibbonPanel and set up event handlers for the IdlingEvent and similar nifty things.</value>
124124
</data>
125125
<metadata name="$this.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
126126
<value>True</value>

0 commit comments

Comments
 (0)