This commit is contained in:
zeapo 2017-11-03 13:56:51 +01:00
parent ec1ebd4881
commit de5f3f68d5
2 changed files with 2 additions and 2 deletions

View file

@ -27,7 +27,7 @@
android:layout_marginRight="16dp" android:layout_marginRight="16dp"
android:layout_marginStart="16dp" android:layout_marginStart="16dp"
android:layout_marginTop="8dp" android:layout_marginTop="8dp"
android:text="@string/remember_the_passphase" android:text="@string/remember_the_passphrase"
app:layout_constraintRight_toRightOf="parent" app:layout_constraintRight_toRightOf="parent"
app:layout_constraintStart_toStartOf="parent" app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/sshkey_passphrase" /> app:layout_constraintTop_toBottomOf="@+id/sshkey_passphrase" />

View file

@ -209,7 +209,7 @@
<string name="git_push_other_error">Remote rejected non-fast-forward push. Check receive.denyNonFastForwards variable in config file of destination repository.</string> <string name="git_push_other_error">Remote rejected non-fast-forward push. Check receive.denyNonFastForwards variable in config file of destination repository.</string>
<string name="jgit_error_push_dialog_text">Error occurred during the push operation:</string> <string name="jgit_error_push_dialog_text">Error occurred during the push operation:</string>
<string name="ssh_key_clear_passphrase">Clear ssh-key saved passphrase</string> <string name="ssh_key_clear_passphrase">Clear ssh-key saved passphrase</string>
<string name="remember_the_passphase">Remember the passphase</string> <string name="remember_the_passphrase">Remember the passphrase</string>
<string name="hackish_tools">Hackish tools</string> <string name="hackish_tools">Hackish tools</string>
<string name="abort_rebase">Abort rebase</string> <string name="abort_rebase">Abort rebase</string>
<string name="commit_hash">Commit hash</string> <string name="commit_hash">Commit hash</string>