diff options
author | Harsh Shandilya <msfjarvis@gmail.com> | 2020-05-03 01:39:16 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-03 01:39:16 +0530 |
commit | 69e887f3d8602438389161449bdff4539c67c72e (patch) | |
tree | 79a5c235d98fbd66e9362cff7ca0719fbe3385b4 /app/src/main/res/values-zh-rTW | |
parent | ced8bcca01dc2545edc3ef17e0cd44922dd97e61 (diff) |
Better handle non-git repositories (#756)
Diffstat (limited to 'app/src/main/res/values-zh-rTW')
-rw-r--r-- | app/src/main/res/values-zh-rTW/strings.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/src/main/res/values-zh-rTW/strings.xml b/app/src/main/res/values-zh-rTW/strings.xml index b0f5231a..db52f31b 100644 --- a/app/src/main/res/values-zh-rTW/strings.xml +++ b/app/src/main/res/values-zh-rTW/strings.xml @@ -60,7 +60,6 @@ <!-- DECRYPT Layout --> <string name="action_search">搜尋</string> <!-- Preferences --> - <string name="pref_git_title">Git</string> <string name="pref_edit_server_info">修改 Git 伺服器設定</string> <string name="pref_ssh_title">匯入 SSH 私鑰</string> <string name="pref_ssh_keygen_title">生成 SSH 金鑰</string> |