How do I change the url in nop 1.80 from"products" to "peanuts"?  I realize I need to modify the UrlRewrite.comfig file, but I am not sure what to do.  I am also guessing this is a two part process, the second part is in admin/global settings/seo display.  Will someone please explain this for me ... please?

Thanks, Chad

    <add name="ProductDetailsRewrite" virtualUrl="^~/products/([0-9]*)-([\w-]*)\.aspx(?:\?(.*))?"
         rewriteUrlParameter="ExcludeFromClientQueryString"
         destinationUrl="~/product.aspx?productid=$1&amp;$3"
         ignoreCase="true" />


{0}Products/{1}-{2}.aspx