Fixed typo in user-visible text: "occured" -> "occurred"

Monotone-Parent: 8ca87c84e17cb0c60871b46aee9b11dc7900f1c2
Monotone-Revision: 06b78be239198e10c446abc32f48addb0c71d0a2

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2012-04-18T17:12:42
This commit is contained in:
Wolfgang Sourdeau
2012-04-18 17:12:42 +00:00
parent eef4ce6a2c
commit 9320ed18a8
21 changed files with 23 additions and 23 deletions

View File

@@ -2420,7 +2420,7 @@ function onMenuSharing(event) {
var folders = $("calendarList");
var selected = folders.getSelectedNodes()[0];
/* FIXME: activation of the context menu should preferably select the entry
above which the event has occured */
above which the event has occurred */
if (selected) {
var folderID = selected.getAttribute("id");
var urlstr = URLForFolderID(folderID) + "/acls";
@@ -2588,7 +2588,7 @@ function addWebCalendarCallback (http) {
changeCalendarDisplay();
}
else {
showAlertDialog (_("An error occured while importing calendar."));
showAlertDialog (_("An error occurred while importing calendar."));
}
}
@@ -2637,7 +2637,7 @@ function uploadCompleted(response) {
var div = $("uploadResults");
if (data.imported < 0)
$("uploadResultsContent").update(_("An error occured while importing calendar."));
$("uploadResultsContent").update(_("An error occurred while importing calendar."));
else if (data.imported == 0)
$("uploadResultsContent").update(_("No event was imported."));
else {