Loading play-services-core/src/main/res/values/strings.xml +2 −1 Original line number Diff line number Diff line Loading @@ -35,7 +35,7 @@ This can take a couple of minutes."</string> <string name="allow">Allow</string> <string name="deny">Deny</string> <string name="auth_notification_title">Authentication required</string> <string name="auth_notification_content">%s requires your authentication to access your Google-Account.</string> <string name="auth_notification_content">%1$s requires your authorization to access your Google account.</string> <string name="perm_status_broadcast_label">listen to internal status broadcasts</string> <string name="perm_c2dm_receive_label">listen to C2DM messages</string> Loading @@ -54,6 +54,7 @@ This can take a couple of minutes."</string> <string name="prefcat_services">Background services</string> <string name="prefcat_components">Components</string> <string name="prefcat_location_service">Location service</string> <string name="gms_settings_name">microG Settings</string> Loading play-services-core/src/main/res/xml/gms_preferences.xml +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ android:summary="@string/pref_gcm_enable_mcs_summary" android:title="@string/pref_gcm_enable_mcs_title" /> </PreferenceCategory> <PreferenceCategory android:title="@string/prefcat_components"> <PreferenceCategory android:title="@string/prefcat_location_service"> <Preference android:title="@string/nlp_settings_label"> <intent android:targetClass="org.microg.nlp.ui.SettingsActivity" Loading Loading
play-services-core/src/main/res/values/strings.xml +2 −1 Original line number Diff line number Diff line Loading @@ -35,7 +35,7 @@ This can take a couple of minutes."</string> <string name="allow">Allow</string> <string name="deny">Deny</string> <string name="auth_notification_title">Authentication required</string> <string name="auth_notification_content">%s requires your authentication to access your Google-Account.</string> <string name="auth_notification_content">%1$s requires your authorization to access your Google account.</string> <string name="perm_status_broadcast_label">listen to internal status broadcasts</string> <string name="perm_c2dm_receive_label">listen to C2DM messages</string> Loading @@ -54,6 +54,7 @@ This can take a couple of minutes."</string> <string name="prefcat_services">Background services</string> <string name="prefcat_components">Components</string> <string name="prefcat_location_service">Location service</string> <string name="gms_settings_name">microG Settings</string> Loading
play-services-core/src/main/res/xml/gms_preferences.xml +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ android:summary="@string/pref_gcm_enable_mcs_summary" android:title="@string/pref_gcm_enable_mcs_title" /> </PreferenceCategory> <PreferenceCategory android:title="@string/prefcat_components"> <PreferenceCategory android:title="@string/prefcat_location_service"> <Preference android:title="@string/nlp_settings_label"> <intent android:targetClass="org.microg.nlp.ui.SettingsActivity" Loading