mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-30 22:05:19 +00:00
extract string resource and fix phrasing
This commit is contained in:
@@ -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" />
|
||||||
|
@@ -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>
|
||||||
|
Reference in New Issue
Block a user