mirror of
https://github.com/M66B/FairEmail.git
synced 2025-03-15 08:29:24 +00:00
Updated text
This commit is contained in:
parent
98b05c64a9
commit
a1f581432e
3 changed files with 4 additions and 4 deletions
|
@ -4259,7 +4259,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
|||
cbSecure.setChecked(secure);
|
||||
|
||||
cbSecure.setText(
|
||||
secure ? R.string.title_link_secured : R.string.title_secure_link);
|
||||
secure ? R.string.title_link_https : R.string.title_link_http);
|
||||
cbSecure.setTextColor(Helper.resolveColor(getContext(),
|
||||
secure ? android.R.attr.textColorSecondary : R.attr.colorWarning));
|
||||
cbSecure.setTypeface(
|
||||
|
|
|
@ -61,7 +61,7 @@
|
|||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="12dp"
|
||||
android:text="@string/title_secure_link"
|
||||
android:text="@string/title_link_http"
|
||||
android:textColor="?attr/colorWarning"
|
||||
android:textStyle="bold"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
|
|
|
@ -879,8 +879,8 @@
|
|||
|
||||
<string name="title_open_link">Open link</string>
|
||||
<string name="title_different_link">The title and the link address are different</string>
|
||||
<string name="title_secure_link">Make connection secure</string>
|
||||
<string name="title_link_secured">Connection is secure</string>
|
||||
<string name="title_link_http">Traffic will not be encrypted</string>
|
||||
<string name="title_link_https">Traffic will be encrypted</string>
|
||||
<string name="title_sanitize_link">Remove tracking parameters</string>
|
||||
<string name="title_insecure_link">This link is insecure</string>
|
||||
<string name="title_check_owner">Check owner</string>
|
||||
|
|
Loading…
Add table
Reference in a new issue