Change order of two dlgstring prompts?

Rename NUMBER={dlgstring|Enter Starting Number} REGEXP PATTERN="^(.*)(\.[^.]+)$" TO="{dlgstring|Enter Album name} ([#])\2"

After Click This Button, at the 1st it's Asked for the Starting number to the user via a dialog box Then Asked for the Album name via the 2nd Dialog box. I want to shift Enter Album name dialog box in the 1st & the Starting Number Dialog box in the 2nd Position. How to do it?

www.youtube.com/watch?v=WBjfYDQ3KgM

Rename REGEXP PATTERN="^(.*)(\.[^.]+)$" TO="{dlgstring|Enter Album name} ([#])\2" NUMBER={dlgstring|Enter Starting Number}
2 Likes