mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
Make new strings translatable
This commit is contained in:
committed by
Arjan Schrijver
parent
441c21c9f3
commit
87754b654f
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user