Make new strings translatable

This commit is contained in:
Arjan Schrijver
2025-12-25 14:45:08 +01:00
committed by Arjan Schrijver
parent 441c21c9f3
commit 87754b654f
9 changed files with 74 additions and 33 deletions
+2 -2
View File
@@ -341,8 +341,8 @@
<PreferenceScreen
android:icon="@drawable/ic_language"
android:key="pref_category_internethelper"
android:title="Internet helper"
android:summary="Configure the URLs that are allowed to be requested through the internet helper add-on app" />
android:title="@string/prefs_internet_helper_title"
android:summary="@string/prefs_internet_helper_summary" />
</PreferenceScreen>
<Preference