Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 575b0230 authored by Marvin W.'s avatar Marvin W. 🐿️
Browse files

Small string fixes

parent 3a156903
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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>
@@ -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>

+1 −1
Original line number Diff line number Diff line
@@ -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"