Skip to content

Commit 6fca811

Browse files
authored
Merge pull request #5479 from Delizald/5389_project_account_identifier_fix
Change 'eMail' to 'email address'
2 parents 0839b19 + 57b123e commit 6fca811

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

Diff for: android/BOINC/app/src/main/java/edu/berkeley/boinc/utils/BOINCErrors.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const val ERR_CONNECT = -107 // connection problems
3434
const val ERR_GETHOSTBYNAME = -113
3535

3636
// can not resolve name. no DNS -> no Internet?!
37-
const val ERR_DB_NOT_FOUND = -136 // e.g. eMail invalid
37+
const val ERR_DB_NOT_FOUND = -136 // e.g. email invalid
3838
const val ERR_DB_NOT_UNIQUE = -137 // name not unique, i.e. email already in use
3939
const val ERR_PROJECT_DOWN = -183 // i.e. project error
4040
const val ERR_HTTP_TRANSIENT = -184 // connection problems

Diff for: android/BOINC/app/src/main/res/values-en/strings.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
<string name="attachproject_login_header_description">Description:</string>
6666
<string name="attachproject_login_header_home">Home:</string>
6767
<string name="attachproject_login_header_url">Website:</string>
68-
<string name="attachproject_login_header_id_email">eMail:</string>
68+
<string name="attachproject_login_header_id_email">Email address:</string>
6969
<string name="attachproject_login_header_id_name">Name:</string>
7070
<string name="attachproject_login_header_pwd">Password:</string>
7171
<string name="attachproject_login_button_registration">Register</string>
@@ -84,14 +84,14 @@
8484
<string name="attachproject_error_short_pwd">Password too short</string>
8585
<string name="attachproject_error_no_internet">Connection failure</string>
8686
<string name="attachproject_error_no_url">Please enter URL</string>
87-
<string name="attachproject_error_no_email">Please enter eMail address</string>
87+
<string name="attachproject_error_no_email">Please enter Email address</string>
8888
<string name="attachproject_error_no_pwd">Please enter a password</string>
8989
<string name="attachproject_error_no_name">Please enter user name</string>
9090
<string name="attachproject_error_unknown">failed</string>
9191
<string name="attachproject_error_bad_username">User name refused</string>
92-
<string name="attachproject_error_email_in_use">eMail is already in use</string>
92+
<string name="attachproject_error_email_in_use">Email address is already in use</string>
9393
<string name="attachproject_error_project_down">Project is offline</string>
94-
<string name="attachproject_error_email_bad_syntax">eMail refused</string>
94+
<string name="attachproject_error_email_bad_syntax">Email address refused</string>
9595
<string name="attachproject_error_bad_pwd">Password refused</string>
9696
<string name="attachproject_error_creation_disabled">Account creation is disabled on this project</string>
9797
<string name="attachproject_error_invalid_url">Invalid URL</string>

Diff for: android/BOINC/app/src/main/res/values/strings.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
<string name="attachproject_login_header_description">Description:</string>
6666
<string name="attachproject_login_header_home">Home:</string>
6767
<string name="attachproject_login_header_url">Website:</string>
68-
<string name="attachproject_login_header_id_email">eMail:</string>
68+
<string name="attachproject_login_header_id_email">Email address:</string>
6969
<string name="attachproject_login_header_id_name">Name:</string>
7070
<string name="attachproject_login_header_pwd">Password:</string>
7171
<string name="attachproject_login_button_registration">Register</string>
@@ -84,14 +84,14 @@
8484
<string name="attachproject_error_short_pwd">Password too short</string>
8585
<string name="attachproject_error_no_internet">Connection failure</string>
8686
<string name="attachproject_error_no_url">Please enter URL</string>
87-
<string name="attachproject_error_no_email">Please enter eMail address</string>
87+
<string name="attachproject_error_no_email">Please enter Email address</string>
8888
<string name="attachproject_error_no_pwd">Please enter a password</string>
8989
<string name="attachproject_error_no_name">Please enter user name</string>
9090
<string name="attachproject_error_unknown">failed</string>
9191
<string name="attachproject_error_bad_username">User name refused</string>
92-
<string name="attachproject_error_email_in_use">eMail is already in use</string>
92+
<string name="attachproject_error_email_in_use">Email address is already in use</string>
9393
<string name="attachproject_error_project_down">Project is offline</string>
94-
<string name="attachproject_error_email_bad_syntax">eMail refused</string>
94+
<string name="attachproject_error_email_bad_syntax">Email address refused</string>
9595
<string name="attachproject_error_bad_pwd">Password refused</string>
9696
<string name="attachproject_error_creation_disabled">Account creation is disabled on this project</string>
9797
<string name="attachproject_error_invalid_url">Invalid URL</string>

0 commit comments

Comments
 (0)