diff options
author | Mohamed Zenadi <mohamed@zenadi.com> | 2015-07-18 20:11:39 +0200 |
---|---|---|
committer | Mohamed Zenadi <mohamed@zenadi.com> | 2015-07-18 20:11:39 +0200 |
commit | 5cd34a3427fdca5ff58408ea6ff5bd00d49173bd (patch) | |
tree | 233efc9f604c13f925333d52714042e405ec3e89 /app/src/main/res/values/strings.xml | |
parent | ba1ce73dbaa3a60691b223dd7f131e3c05ddc683 (diff) |
use a normal button rather than an image button
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r-- | app/src/main/res/values/strings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index a9b03151..1f2ae926 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -136,5 +136,6 @@ <string name="show_password_pref_title">Show the password</string> <string name="show_password_pref_summary">Control the visibility of the passwords once decrypted, this does not disable the password copy</string> <string name="toast_password_copied">Password copied into the clipboard</string> + <string name="pwd_generate_button">Generate</string> </resources> |