Skip to content

Commit

Permalink
Small string fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mar-v-in committed Oct 4, 2015
1 parent 3a15690 commit 575b023
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion play-services-core/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion play-services-core/src/main/res/xml/gms_preferences.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 575b023

Please sign in to comment.