Skip to content
Snippets Groups Projects
Commit c338c3b6 authored by mozcvs's avatar mozcvs
Browse files

Bug 489353 - "Small typo in JS alert"

parent d602b12a
No related branches found
No related tags found
No related merge requests found
...@@ -232,7 +232,7 @@ ...@@ -232,7 +232,7 @@
"Browse to ftp.mozilla.org to download locally this file and "+ "Browse to ftp.mozilla.org to download locally this file and "+
"install it later on a Mozilla Gecko compatible browser."); "install it later on a Mozilla Gecko compatible browser.");
else if (!InstallTrigger.enabled()) else if (!InstallTrigger.enabled())
alert ("The installation of this package requres you to enable "+ alert ("The installation of this package requires you to enable "+
"online installations from the preferences."); "online installations from the preferences.");
else { else {
InstallTrigger.install(xpi); InstallTrigger.install(xpi);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment