extract string resource and fix phrasing

This commit is contained in:
zeapo 2017-08-10 21:15:10 +02:00
parent bf1b67ea6a
commit 2ca8f94cb7
2 changed files with 2 additions and 1 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="Remember until the application is closed" android:text="@string/remember_the_passphase"
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,4 +209,5 @@
<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>
</resources> </resources>