Fix some strings not being translated

Fixes #1318
This commit is contained in:
Marvin W 2020-12-16 23:07:05 +01:00
parent dff22fdb7c
commit b21b523a82
No known key found for this signature in database
GPG Key ID: 072E9235DB996F2A
2 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@
<fragment
android:id="@+id/gcmAllAppsFragment"
android:name="org.microg.gms.ui.PushNotificationAllAppsFragment"
android:label="Apps using push notifications">
android:label="@string/prefcat_push_apps_title">
<action
android:id="@+id/openGcmAppDetailsFromAll"
app:destination="@id/gcmAppFragment" />

View File

@ -27,7 +27,7 @@
<Preference
android:key="pref_push_status"
android:selectable="false"
android:title="Status"
android:title="@string/pref_info_status"
tools:summary="Connected since 15 minutes ago" />
</PreferenceCategory>
<PreferenceCategory android:layout="@layout/preference_category_no_label">