diff options
author | Fup Duck <fupduck@sacknagel.com> | 2018-01-08 16:11:23 +0100 |
---|---|---|
committer | Fup Duck <fupduck@sacknagel.com> | 2018-01-08 16:11:23 +0100 |
commit | 245982bdb6fda879827ab3c89617b8dd591fb7f4 (patch) | |
tree | f43183209ca083d364d31935f160174e2a505eb2 /app/src/main/res/values/strings.xml | |
parent | bd99fc61a2e8217c41b70c6f2ff0df87e7008ea0 (diff) |
AboutActivity to AboutFragment
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r-- | app/src/main/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index c854948c..38e47f1d 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -29,7 +29,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="title_about_activity">About Bitmask</string> + <string name="about_fragment_title">About Bitmask</string> <string name="error_srp_math_error_user_message">Try again: server math error.</string> <string name="error_bad_user_password_user_message">Incorrect username or password.</string> <string name="error_not_valid_password_user_message">It should have at least 8 characters.</string> |