If you are adding the same variable twice you can use the following format;
%1$s
e.g.
"This is your email %1$s, and so is this %1$s. Neat!"
Where there are two replacements already in a string you can use this to alter the order.
e.g.
"This is the second item %2$s, but this is the first %1$s"