diff options
author | zeapo <mohamed@zenadi.com> | 2014-12-17 22:55:45 +0100 |
---|---|---|
committer | zeapo <mohamed@zenadi.com> | 2015-01-04 14:53:58 +0100 |
commit | f48bd5faa01c191f355fd5ebdc2e98f0579b591f (patch) | |
tree | 127b417d7bd8d990370a222701b8194aba6ad427 /app/src/main/res/values | |
parent | 33689cefc7a429e4f51607a013f6adc9c01ede94 (diff) |
git tasks refactoring (clone working)
Diffstat (limited to 'app/src/main/res/values')
-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 86885674..1167c5af 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -41,7 +41,7 @@ <!-- Git Async Task --> <string name="running_dialog_text">Running command...</string> <string name="jgit_error_dialog_title">Internal exception occurred</string> - <string name="jgit_error_dialog_text">Message from jgit: /n</string> + <string name="jgit_error_dialog_text">Message from jgit: \n</string> <!-- Git Handler --> <string name="read_only_dialog_text">You are about to use a read-only repository, you will not be able to push to it</string> |