bug 763491. Change string to say "Firefox version 15" instead of "Firefox version 14," since WebappRT will first be released in version 15. r=myk

This commit is contained in:
Tim Abraldes 2012-06-13 12:47:31 -07:00
parent 5c8e15cbf4
commit 60f2bbc386

View File

@ -511,7 +511,7 @@ main(int argc, char* argv[])
}
// We've done all we know how to do to try to find and launch FF
Output("This app requires that Firefox version 14 or above is installed."
" Firefox 14+ has not been detected.");
Output("This app requires that Firefox version 15 or above is installed."
" Firefox 15+ has not been detected.");
return 255;
}