Change strings

This commit is contained in:
Thomas 2020-05-31 12:12:01 +02:00
parent 6082e4b8c3
commit 6a828e3401
2 changed files with 13 additions and 4 deletions

View File

@ -24,5 +24,14 @@
android:layout_margin="@dimen/fab_margin"
android:layout_marginTop="20dp"
android:text="@string/invidious_help_other" />
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="@dimen/fab_margin"
android:layout_marginTop="20dp"
android:textStyle="italic"
android:text="@string/invidious_help_explanations" />
</LinearLayout>

View File

@ -131,10 +131,10 @@
<string name="help">Help</string>
<string name="invidious_help_title">Setting options</string>
<string name="invidious_help_ignore"><b>Ignore:</b> This value, set as the default one, means that the URL will remain unchanged for a parameter.</string>
<string name="invidious_help_remove"><b>Remove:</b> This value means that the setting parameter will be removed from the URL if it exists.</string>
<string name="invidious_help_other">When forcing a setting parameters, it will be added if it does not exist, otherwise it will be changed to the new value.</string>
<string name="invidious_help_ignore"><b>Ignore:</b> This is the default action for all¹ parameters. This means UntrackMe will not do anything about the parameter</string>
<string name="invidious_help_remove"><b>Remove:</b> UntrackMe will remove the parameter from URL, if it exists</string>
<string name="invidious_help_other">If you select other values for a parameter, they will be added to the URL. If the parameter already exists, its value will be changed to your choice</string>
<string name="invidious_help_explanations">[1] \'local\' parameter is set to \'true\' by default for better privacy</string>
<string-array name="invidious_theme">
<item>Ignore</item>
<item>Remove</item>