Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
e
os
GmsCore
Commits
b21b523a
Verified
Commit
b21b523a
authored
Dec 16, 2020
by
Marvin W.
🐿
Browse files
Fix some strings not being translated
Fixes #1318
parent
dff22fdb
Changes
2
Hide whitespace changes
Inline
Side-by-side
play-services-core/src/main/res/navigation/nav_settings.xml
View file @
b21b523a
...
...
@@ -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"
/>
...
...
play-services-core/src/main/res/xml/preferences_push_notifications.xml
View file @
b21b523a
...
...
@@ -27,7 +27,7 @@
<Preference
android:key=
"pref_push_status"
android:selectable=
"false"
android:title=
"
S
tatus"
android:title=
"
@string/pref_info_s
tatus"
tools:summary=
"Connected since 15 minutes ago"
/>
</PreferenceCategory>
<PreferenceCategory
android:layout=
"@layout/preference_category_no_label"
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment