Skip to content
Snippets Groups Projects
Commit 1003be0e authored by Arkerthan's avatar Arkerthan
Browse files

fix stray s

parent 90f360bd
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ Prosthetic Lab ...@@ -12,7 +12,7 @@ Prosthetic Lab
<<for _p range $adjustProsthetics>> <<for _p range $adjustProsthetics>>
<<if _p.workLeft > 0>> <<if _p.workLeft > 0>>
&nbsp;&nbsp;<<= capFirstChar(setup.prosthetics[_p.id].name)>> for <<= SlaveFullName($slaves[$slaveIndices[_p.slaveID]])>><br> &nbsp;&nbsp;<<= capFirstChar(setup.prosthetics[_p.id].name)>> for <<= SlaveFullName($slaves[$slaveIndices[_p.slaveID]])>><br>
<</if>>s <</if>>
<</for>> <</for>>
<<else>> <<else>>
//Currently there are no prosthetics being fit to a slave.// //Currently there are no prosthetics being fit to a slave.//
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment