Fixing mis-spelled success

git-svn-id: svn://10.0.0.236/trunk@151413 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mostafah%oeone.com
2004-01-16 15:09:56 +00:00
parent 8047235333
commit d24764fb54
3 changed files with 3 additions and 3 deletions

View File

@@ -26,7 +26,7 @@ if ( err == SUCCESS ) {
err = performInstall();
if ( err == SUCCESS ) {
alert("The Mozilla Calendar has been succesfully installed. \n"
alert("The Mozilla Calendar has been successfully installed. \n"
+"Please restart your browser to continue.");
}
else if( err == "999" )

View File

@@ -49,7 +49,7 @@ if ( err == SUCCESS ) {
err = performInstall();
if ( err == SUCCESS || err == 999 ) {
alert("The Mozilla Calendar has been succesfully installed. \n"
alert("The Mozilla Calendar has been successfully installed. \n"
+"Please restart your application to continue.");
} else {
alert("performInstall() failed. \n"

View File

@@ -49,7 +49,7 @@ if ( err == SUCCESS ) {
err = performInstall();
if ( err == SUCCESS || err == 999 ) {
alert("The Mozilla Calendar has been succesfully installed. \n"
alert("The Mozilla Calendar has been successfully installed. \n"
+"Please restart your application to continue.");
} else {
alert("performInstall() failed. \n"