summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorSean Leonard <meanderingcode@aetherislands.net>2013-11-15 11:59:25 -0800
committerSean Leonard <meanderingcode@aetherislands.net>2013-11-15 11:59:25 -0800
commitb1974082398959704f72734d4bc801fd041fd1b4 (patch)
treee1dc1be77a1b1bb897c30a9ed20db2c66f443eed /res
parent178df1e8bd76866e6d7e7f623f41caf1893cf6f3 (diff)
parent97da9475ac740f3fb1f75c68995fe827fb917015 (diff)
Merge branch 'bug/srp-b-validation' into develop
Diffstat (limited to 'res')
-rwxr-xr-xres/values/strings.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 1abd85cd..8281be25 100755
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -279,6 +279,7 @@
<string name="username_ask">Please enter your username</string>
<string name="password_hint">password</string>
<string name="user_message">User message</string>
+ <string name="error_srp_math_error_user_message">Try again: server math error.</string>
<string name="error_bad_user_password_user_message">Not valid username and/or password.</string>
<string name="error_not_valid_password_user_message">It should have at least 8 characters.</string>
<string name="error_client_http_user_message">Try again: Client HTTP error</string>