fix small typo in translatable text

This commit is contained in:
Christian Beer 2019-06-01 13:27:48 +02:00
parent 79b3171574
commit 50e52ba32d
2 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@ char MacPListData[] = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n"
/* checks for an OS error, reports the line number and returns */
#define CHECK_OSERR(e) {\
if (e) {\
fprintf(stderr,"MacOS Error %d occured in %s line %d\n",e,__FILE__,__LINE__);\
fprintf(stderr,"MacOS Error %d occurred in %s line %d\n",e,__FILE__,__LINE__);\
return(e); } }
// Adds the specified resource to the file given as an argument.

View File

@ -108,7 +108,7 @@ function account_ownership_action($user) {
error_page(tra("Signature verification failed. Contact the project administrator to resolve the issue."));
} else {
// Something has gone wrong & an error has occurred.
error_page(tra("An error occured during the signature verification. Contact the project administrator to resolve the issue."));
error_page(tra("An error occurred during the signature verification. Contact the project administrator to resolve the issue."));
}
} else {
// User data input invalid