mirror of https://github.com/BOINC/boinc.git
fix small typo in translatable text
This commit is contained in:
parent
79b3171574
commit
50e52ba32d
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue