Updated text

This commit is contained in:
M66B 2019-11-11 19:00:11 +01:00
parent 98b05c64a9
commit a1f581432e
3 changed files with 4 additions and 4 deletions

View File

@ -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(

View File

@ -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"

View File

@ -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>