Skip to content

Commit eb7af74

Browse files
committed
clean up
1 parent 879ddf7 commit eb7af74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

taskt/Core/Automation/Commands/WordExportToPDFCommand.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public class WordExportToPDFCommand : ScriptCommand
2323
[Attributes.PropertyAttributes.PropertyUIHelper(Attributes.PropertyAttributes.PropertyUIHelper.UIAdditionalHelperType.ShowVariableHelper)]
2424
public string v_InstanceName { get; set; }
2525
[XmlAttribute]
26-
[Attributes.PropertyAttributes.PropertyDescription("Please indicate the path of the pdf")]
26+
[Attributes.PropertyAttributes.PropertyDescription("Please indicate the path of the new pdf")]
2727
[Attributes.PropertyAttributes.PropertyUIHelper(Attributes.PropertyAttributes.PropertyUIHelper.UIAdditionalHelperType.ShowVariableHelper)]
2828
[Attributes.PropertyAttributes.PropertyUIHelper(Attributes.PropertyAttributes.PropertyUIHelper.UIAdditionalHelperType.ShowFileSelectionHelper)]
2929
[Attributes.PropertyAttributes.InputSpecification("Enter or Select the path to the file.")]

0 commit comments

Comments
 (0)