No, Just Below the string.Format
public override void OnSingleClick(Mobile from)
{
// XmlAttach TimeSpan
TemporaryQuestObject tempo = (TemporaryQuestObject)XmlAttach.FindAttachment(this, (TemporaryQuestObject));
TimeSpan Expiration = TimeSpan.Zero;
if (tempo != null)
{...