diff options
author | knuthy <knuthy@gmail.com> | 2014-09-06 18:14:39 +0200 |
---|---|---|
committer | knuthy <knuthy@gmail.com> | 2014-09-06 18:14:39 +0200 |
commit | 34f288290dd4b00ad199fb3d76169dada79eeb61 (patch) | |
tree | c01e4f5f05c464810b59eeabaace602ade65d8da /app/src/main/res/values/strings.xml | |
parent | 7972154bd1df71e00a0f1c761e458798076b16ef (diff) |
Improved Starting ui
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r-- | app/src/main/res/values/strings.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 9c874b12..78e25d2b 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -15,9 +15,9 @@ <string name="title_activity_git_clone">Clone repository</string> <!-- Clone fragment --> - <string name="clone_fragment_text">Password store empty</string> - <string name="clone">Clone a git repository</string> - <string name="initialize">Initialize a git repository</string> + <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="hello_blank_fragment">Hello blank fragment</string> <!-- PGP Handler --> |