diff options
author | Zeapo <mohamed@zenadi.com> | 2014-08-06 17:25:47 +0100 |
---|---|---|
committer | Zeapo <mohamed@zenadi.com> | 2014-08-06 17:25:47 +0100 |
commit | b1896c42216b703aee71b83be5e2718fd1f93ec4 (patch) | |
tree | 7cfd01e63bcd5862d1eee3bd05b031109cbe3a2c /app/src/main/res/values/strings.xml | |
parent | 42d22abfbc999699ce8441fc4ffa1af4a6c35ddd (diff) |
some ui improvements (icons and return from pgphandler to top)
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r-- | app/src/main/res/values/strings.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index c7e63c85..b12c8f01 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -1,7 +1,10 @@ <?xml version="1.0" encoding="utf-8"?> <resources> - <string name="app_name">PwdStore</string> + <!-- Activity names --> + <string name="app_name">Password Store</string> + <string name="activity_clone_name">Clone a Git repo</string> + <string name="clone_settings">Clone</string> <string name="action_settings">Settings</string> <string name="hello_world">Hello world!</string> |