aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values
diff options
context:
space:
mode:
authorAditya Wasan <adityawasan55@gmail.com>2020-03-07 21:54:34 +0530
committerGitHub <noreply@github.com>2020-03-07 21:54:34 +0530
commit65b8e77f92ba8464f3bf1d00dc6449c5b0d1aebe (patch)
treefbd4264edb1703a27b0c363f50e33df509a602b0 /app/src/main/res/values
parent29f124a0bcd900aa131e30dbe0452dcd53f21af2 (diff)
Show snackbar when git repo is not initialized (#651)
Signed-off-by: Aditya Wasan <adityawasan55@gmail.com>
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r--app/src/main/res/values/strings.xml1
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 b605b9be..cbc88eaf 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -306,4 +306,5 @@
<string name="pref_search_from_root_hint">Search from root of store regardless of currently open directory</string>
<string name="password_generator_category_title">Password Generator</string>
<string name="tap_clear_clipboard">Tap here to clear clipboard</string>
+ <string name="clone_git_repo">Clone a git repository to sync changes</string>
</resources>