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-ja/strings.xml | |
parent | ced8bcca01dc2545edc3ef17e0cd44922dd97e61 (diff) |
Better handle non-git repositories (#756)
Diffstat (limited to 'app/src/main/res/values-ja/strings.xml')
-rw-r--r-- | app/src/main/res/values-ja/strings.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/src/main/res/values-ja/strings.xml b/app/src/main/res/values-ja/strings.xml index 4337c6d0..c8fb396b 100644 --- a/app/src/main/res/values-ja/strings.xml +++ b/app/src/main/res/values-ja/strings.xml @@ -63,7 +63,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> |