diff options
author | Mohamed Zenadi <mohamed@zenadi.com> | 2016-04-25 22:56:27 +0200 |
---|---|---|
committer | Mohamed Zenadi <mohamed@zenadi.com> | 2016-04-25 22:56:48 +0200 |
commit | 53f2962e5d9f05c02d507f3e511b49804400f797 (patch) | |
tree | 5d5d674512dfd6f0df4bb36919f496a47f846c53 /app/src/main/res/values/strings.xml | |
parent | 7c538698fad69b371351122addb70f39a2811f35 (diff) |
fix a confusion on which button does what
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r-- | app/src/main/res/values/strings.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index ba134174..cb5accf2 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -57,8 +57,8 @@ <!-- Clone fragment --> <string name="clone_fragment_text">Welcome to Password Store\n\n In this screen you can either create a new repository or clone your git repository onto your device.</string> - <string name="clone">Clone existing</string> - <string name="initialize">Create new</string> + <string name="clone">Clone from server</string> + <string name="initialize">Use local directory</string> <string name="server_name">Server</string> <string name="server_protocol">Protocol</string> |